diff options
Diffstat (limited to 'dns/q-dns/Makefile')
-rw-r--r-- | dns/q-dns/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dns/q-dns/Makefile b/dns/q-dns/Makefile index 16a86b610d13..38a0f763c9a4 100644 --- a/dns/q-dns/Makefile +++ b/dns/q-dns/Makefile @@ -1,7 +1,6 @@ PORTNAME= q-dns DISTVERSIONPREFIX= v -DISTVERSION= 0.19.2 -PORTREVISION= 5 +DISTVERSION= 0.19.5 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org @@ -11,7 +10,7 @@ WWW= https://github.com/natesales/q LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.21,modules +USES= go:1.24,modules GO_MODULE= github.com/natesales/q |