diff options
Diffstat (limited to 'security/nuclei/Makefile')
-rw-r--r-- | security/nuclei/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nuclei/Makefile b/security/nuclei/Makefile index ff4ce951c803..884ebf15b0e1 100644 --- a/security/nuclei/Makefile +++ b/security/nuclei/Makefile @@ -1,6 +1,6 @@ PORTNAME= nuclei DISTVERSIONPREFIX= v -DISTVERSION= 3.4.6 +DISTVERSION= 3.4.10 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org @@ -9,7 +9,7 @@ WWW= https://github.com/projectdiscovery/nuclei LICENSE= MIT -USES= go:1.22,modules +USES= go:1.24,modules GO_MODULE= github.com/projectdiscovery/nuclei/v3 GO_TARGET= ./cmd/${PORTNAME} |