Skip to content

Commit 703c522

Browse files
authored
Merge pull request #228630 from Homebrew/bump-nuclei-3.4.6
nuclei 3.4.6
2 parents 33adf58 + 8716027 commit 703c522

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/n/nuclei.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Nuclei < Formula
22
desc "HTTP/DNS scanner configurable via YAML templates"
33
homepage "https://docs.projectdiscovery.io/tools/nuclei/overview"
4-
url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.4.5.tar.gz"
5-
sha256 "5ea8c1f1fc932032328c1f864a85db65715b12b62a9f3ad0bb5b37d3363f2e1c"
4+
url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.4.6.tar.gz"
5+
sha256 "a621692f87da27f2d86bd90f8d1234c5b8648db697e8993d76ae2067023864f6"
66
license "MIT"
77
head "https://github.com/projectdiscovery/nuclei.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bdd055992f1200d06c02dcd1e13aa2d3467ba59c2914a8a95860b03386c2c5c3"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "75ff098746e2d05944b25745d8e02dfa1f7fff400e776528c4f384e59dd3738e"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "80735bca3e07fd181e40221fcdd45fd37572c464ecb0626c31a4c63e95e627da"
13-
sha256 cellar: :any_skip_relocation, sonoma: "25192f0d8f54bb57b0bfd134f24883180dc721b083e4d9df12620074558822da"
14-
sha256 cellar: :any_skip_relocation, ventura: "bbf72a30055d85238ac6b8a625ffae55fb843099e7c3c37a53997a9b16aadd2a"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "c81e61d030e2c302477ade72b914b61b565867c322c004ca426791afa27ebb62"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9a1531b2b681f13a07ab53c1e50805b0634a06df8676eda20926d5897324c5fd"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9fbbcce977db9abe6466ece134e5fa1f59621db83dfab9722db8ee150b88d287"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b3ce33150bf2937cc0cdb98cb73cfab9cdf0de6899c4cf0fc0ff4fbc8ebffed2"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "17e5a40e67fbe0bfc325d322e1544076232116247286c998579771d0f149ef19"
13+
sha256 cellar: :any_skip_relocation, sonoma: "117ff361b0b8c848c21f451eac30bbdf3d12a113e96d95e4dc87564c75d16891"
14+
sha256 cellar: :any_skip_relocation, ventura: "ceec465cd5d6f0a8327207d38219dce502a0620969c825e452b6373206841b3d"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "c55270d7d8dc34bbfcd707d6e27ace6494fd72166db9f5855d3ed52a870e04a6"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "bad1eb3d6f832b2defb94109d43814fe6082c0e40fda155fbe1e78a68dbdb994"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)