diff options
Diffstat (limited to 'security/naabu/Makefile')
-rw-r--r-- | security/naabu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/naabu/Makefile b/security/naabu/Makefile index 2a4dd1621e14..35da9279b69d 100644 --- a/security/naabu/Makefile +++ b/security/naabu/Makefile @@ -1,6 +1,7 @@ PORTNAME= naabu DISTVERSIONPREFIX= v -DISTVERSION= 2.3.4 +DISTVERSION= 2.3.5 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org @@ -9,7 +10,7 @@ WWW= https://github.com/projectdiscovery/naabu LICENSE= MIT -USES= go:1.23,modules +USES= go:1.24,modules GO_MODULE= github.com/projectdiscovery/naabu/v2 GO_TARGET= ./cmd/${PORTNAME} |