diff options
Diffstat (limited to 'games/typtea/Makefile')
-rw-r--r-- | games/typtea/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/typtea/Makefile b/games/typtea/Makefile index afe92671b2d4..d40d8ca03f10 100644 --- a/games/typtea/Makefile +++ b/games/typtea/Makefile @@ -1,6 +1,7 @@ PORTNAME= typtea DISTVERSIONPREFIX= v -DISTVERSION= 0.1.4 +DISTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= nxjoseph@protonmail.com @@ -10,7 +11,7 @@ WWW= https://github.com/ashish0kumar/typtea LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +USES= go:modules GO_MODULE= github.com/ashish0kumar/typtea |