diff options
Diffstat (limited to 'games/typtea/Makefile')
-rw-r--r-- | games/typtea/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/typtea/Makefile b/games/typtea/Makefile index 0c5afa801df8..8aca63351aed 100644 --- a/games/typtea/Makefile +++ b/games/typtea/Makefile @@ -1,7 +1,7 @@ PORTNAME= typtea DISTVERSIONPREFIX= v -DISTVERSION= 0.1.4 -PORTREVISION= 1 +DISTVERSION= 0.1.6 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= nxjoseph@protonmail.com @@ -11,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 |