diff options
Diffstat (limited to 'dns/zns/Makefile')
-rw-r--r-- | dns/zns/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/zns/Makefile b/dns/zns/Makefile index c4fd7350ca3c..ed41f23a89f1 100644 --- a/dns/zns/Makefile +++ b/dns/zns/Makefile @@ -1,7 +1,7 @@ PORTNAME= zns DISTVERSIONPREFIX= v -DISTVERSION= 0.3.0 -PORTREVISION= 6 +DISTVERSION= 0.4.0 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= nxjoseph@protonmail.com @@ -11,7 +11,7 @@ WWW= https://github.com/znscli/zns LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:modules GO_MODULE= github.com/znscli/zns |