diff options
Diffstat (limited to 'textproc/sttr/Makefile')
-rw-r--r-- | textproc/sttr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sttr/Makefile b/textproc/sttr/Makefile index 1fb12b0a0566..18a783562e0c 100644 --- a/textproc/sttr/Makefile +++ b/textproc/sttr/Makefile @@ -1,6 +1,6 @@ PORTNAME= sttr DISTVERSIONPREFIX= v -DISTVERSION= 0.2.26 +DISTVERSION= 0.2.27 PORTREVISION= 1 CATEGORIES= textproc @@ -11,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 |