Skip to content

Commit

Permalink
security/nuclei: Update to 3.0.4
Browse files Browse the repository at this point in the history
ChangeLog: https://github.com/projectdiscovery/nuclei/releases/tag/v3.0.4

PR:		275363
Reported by:	nulldutra@proton.me (maintainer)
  • Loading branch information
dutra-malga authored and fernape committed Nov 27, 2023
1 parent 75eab8a commit 49325c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions security/nuclei/Makefile
@@ -1,7 +1,6 @@
PORTNAME= nuclei
DISTVERSIONPREFIX= v
DISTVERSION= 2.9.11
PORTREVISION= 1
DISTVERSION= 3.0.4
CATEGORIES= security

MAINTAINER= nulldutra@proton.me
Expand All @@ -10,8 +9,8 @@ WWW= https://github.com/projectdiscovery/nuclei

LICENSE= MIT

USES= go:modules
GO_MODULE= github.com/projectdiscovery/nuclei/v2
USES= go:1.21,modules
GO_MODULE= github.com/projectdiscovery/nuclei/v3

GO_TARGET= ./cmd/${PORTNAME}

Expand Down
10 changes: 5 additions & 5 deletions security/nuclei/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1692417658
SHA256 (go/security_nuclei/nuclei-v2.9.11/v2.9.11.mod) = 8e876aa91240b18ca0f1edf80638ab7da82d948439d58b1b9464aa23c9f7d2a8
SIZE (go/security_nuclei/nuclei-v2.9.11/v2.9.11.mod) = 12444
SHA256 (go/security_nuclei/nuclei-v2.9.11/v2.9.11.zip) = 77df10c9ff0495a4ad2534b2519489019fbab57d5ff8096d5032e6293e542f97
SIZE (go/security_nuclei/nuclei-v2.9.11/v2.9.11.zip) = 565292
TIMESTAMP = 1701024803
SHA256 (go/security_nuclei/nuclei-v3.0.4/v3.0.4.mod) = c0829520c693b6a60a23a7af424728cc6f02ec61bca30f937845627da7d375a2
SIZE (go/security_nuclei/nuclei-v3.0.4/v3.0.4.mod) = 15872
SHA256 (go/security_nuclei/nuclei-v3.0.4/v3.0.4.zip) = 1d709b5bd4a84ac13134c650a2c43c205fae15db3bed98782dd5f36f51f7253e
SIZE (go/security_nuclei/nuclei-v3.0.4/v3.0.4.zip) = 2418302

0 comments on commit 49325c2

Please sign in to comment.