diff options
Diffstat (limited to 'dns/dnscontrol/Makefile')
-rw-r--r-- | dns/dnscontrol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/dnscontrol/Makefile b/dns/dnscontrol/Makefile index 87a6fda83580..8d86212d42a5 100644 --- a/dns/dnscontrol/Makefile +++ b/dns/dnscontrol/Makefile @@ -1,6 +1,6 @@ PORTNAME= dnscontrol DISTVERSIONPREFIX=v -DISTVERSION= 4.19.0 +DISTVERSION= 4.20.0 CATEGORIES= dns MAINTAINER= decke@FreeBSD.org @@ -10,7 +10,7 @@ WWW= https://stackexchange.github.io/dnscontrol/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +USES= go:modules GO_MODULE= github.com/StackExchange/dnscontrol/v4 PLIST_FILES= bin/${PORTNAME} |