diff options
Diffstat (limited to 'textproc/sttr/Makefile')
-rw-r--r-- | textproc/sttr/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/sttr/Makefile b/textproc/sttr/Makefile index 3d431597ea35..18a783562e0c 100644 --- a/textproc/sttr/Makefile +++ b/textproc/sttr/Makefile @@ -1,6 +1,7 @@ PORTNAME= sttr DISTVERSIONPREFIX= v -DISTVERSION= 0.2.26 +DISTVERSION= 0.2.27 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= se@FreeBSD.org @@ -10,7 +11,7 @@ WWW= https://github.com/abhimanyu003/sttr LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules,1.23 +USES= go:modules,1.24 GO_MODULE= github.com/abhimanyu003/sttr GO_MOD_DIST= github |