diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2025-05-22 02:06:32 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2025-05-22 02:08:34 +0000 |
commit | aea1b30840ddafa7cf18406c7454e72334b14be1 (patch) | |
tree | a1ade85e1ae9bb820215b2abb1b788858586c0da /dns | |
parent | 4c8034b782df858c045e2208f906ac5d5a4b53c3 (diff) |
Diffstat (limited to 'dns')
-rw-r--r-- | dns/blocky/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/blocky/Makefile b/dns/blocky/Makefile index 84d4cd0a1e3c..34b044b33c73 100644 --- a/dns/blocky/Makefile +++ b/dns/blocky/Makefile @@ -1,7 +1,7 @@ PORTNAME= blocky DISTVERSIONPREFIX= v DISTVERSION= 0.26 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= eduardo@FreeBSD.org @@ -11,7 +11,7 @@ WWW= https://0xerr0r.github.io/blocky/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= 0xERR0R USE_RC_SUBR= blocky |