diff --git a/Formula/n/nuclei.rb b/Formula/n/nuclei.rb index 436ac6001860..d1b365333a70 100644 --- a/Formula/n/nuclei.rb +++ b/Formula/n/nuclei.rb @@ -1,18 +1,18 @@ class Nuclei < Formula desc "HTTP/DNS scanner configurable via YAML templates" homepage "https://docs.projectdiscovery.io/tools/nuclei/overview" - url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.10.0.tar.gz" - sha256 "d798661f7f8a3356228d6313d0471270e243854644b5dda16999d7ca23ca17ea" + url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.11.0.tar.gz" + sha256 "33dcc4a5c03681018aac1d7f4f4772d0bf6a0d0403bc1c94cdead23db93bb4e1" license "MIT" head "https://github.com/projectdiscovery/nuclei.git", branch: "dev" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "266f66a462b3875578c22bea5170cf8e977fcdc5d888649a70ac814ed141f3eb" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9d274a5c3dcb284096a79d57be549266700c1a089b7b80f0fd8f89a52020090c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "39946450147e839fad9fd947886c031673b631d622ade1356cb4a4d5605dd4c2" - sha256 cellar: :any_skip_relocation, sonoma: "9587344f80ee232386af33a6e2d0a14300170ff69b355b7ef269ffc173d19742" - sha256 cellar: :any_skip_relocation, arm64_linux: "baadb8a80aabe358dbf02e30a764fe55593a95f56c7b6cdc7c998d8fcd3c573d" - sha256 cellar: :any, x86_64_linux: "206658867c83552b758524d850328a5bab49d3e89e5816e34a54889ca75741b6" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "c901557413aa0acebe39c9e1450bcd1aaf511cd66c76e2a9c94f756278f1c572" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "84e474f143c1d8df78576d4f944e75477ec66add448b72df1683c9a51d69e048" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e2899a433df3bf69f8d65a148fded02e9a1a830842c4290d09bb5dab92468c7b" + sha256 cellar: :any_skip_relocation, sonoma: "cf109aea2cf32fe7d950ea10763a9f5861b708d2861d942f71a2bb3f11815c4e" + sha256 cellar: :any_skip_relocation, arm64_linux: "0c333badb6b3ac5074cc9fb200614857a6eb5dcf3d1db6b03443455ff1e23567" + sha256 cellar: :any, x86_64_linux: "548e6bed019d0a0b0be5c2ab5691ce97308790a53ffc95d62d0cc7bf00bd753d" end depends_on "go" => :build