Skip to content

Commit

Permalink
Merge pull request #177620 from Homebrew/bump-nuclei-3.3.0
Browse files Browse the repository at this point in the history
nuclei 3.3.0
  • Loading branch information
BrewTestBot authored Jul 17, 2024
2 parents cfbde00 + 3b2e987 commit c3d23df
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/n/nuclei.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Nuclei < Formula
desc "HTTP/DNS scanner configurable via YAML templates"
homepage "https://nuclei.projectdiscovery.io/"
url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.2.9.tar.gz"
sha256 "a30242402521f0969a879f12470c73a1afd9c4d1ed9b71533a19305f0abcfbe3"
url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.3.0.tar.gz"
sha256 "db3136b86699b0f42128b96585c51a2a6b8cbe88ac6f1d69a845d704375042f8"
license "MIT"
head "https://github.com/projectdiscovery/nuclei.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b0be99bb89c8be5f5effcb4b2e996a95dbef8e1e8feb74a29c527954dda9a01"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c66ab247989157319dd779d7badcf1450e12208f47d808c24d73fab3733349ec"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c82148e8b52340d65e412eb673a8f577901563923d2662351b8f1b9f55be2cfc"
sha256 cellar: :any_skip_relocation, sonoma: "d76d3b507e1b8950df899aa186ee45aad3230955ebfc548cc2c515044edf1788"
sha256 cellar: :any_skip_relocation, ventura: "bca2bf39422dfd8665f5fbe8269438eb3685a495507855adc0cd7e9d726f1e2f"
sha256 cellar: :any_skip_relocation, monterey: "9cfd29064318af87cb3471d85a1368798a0db3ee13ad4a9a9e6a4fca8bd6830f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b022366f395f2fa881930cb3f022783430cb524ccab02058b7069d35f45f946d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b2827feb9446062a32d4fa1052ebc7c47043b6f975ba012ce97c190f04299ae"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9ff54305a4857608b119a7e995339bae68a2c9c750f018f7018b336d03d61521"
sha256 cellar: :any_skip_relocation, arm64_monterey: "eb062ebc085caf3580922faaa62fcd93c30d9ced22a9114d10472cc54ed8fdd5"
sha256 cellar: :any_skip_relocation, sonoma: "ca9d86f1ff299be6462c9c7c5997bdf371431486cedf0035526c8217cb727ba5"
sha256 cellar: :any_skip_relocation, ventura: "e37f9e993dda87116d70ec96da10dedd3b872611b4c9fd61f2025d342a63783c"
sha256 cellar: :any_skip_relocation, monterey: "7515ffe5366dad49b20f31895fa8ea5196927da7c5da1399048b1ae44e343bf0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fc8ae5159fb461c64c344dedad8512850f9ebdc5c06601f3bd2e75ad39142853"
end

depends_on "go" => :build
Expand Down

0 comments on commit c3d23df

Please sign in to comment.