diff --git a/Formula/n/nuclei.rb b/Formula/n/nuclei.rb index b7e6b5ee6844..b5a52b31db86 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.11.0.tar.gz" - sha256 "33dcc4a5c03681018aac1d7f4f4772d0bf6a0d0403bc1c94cdead23db93bb4e1" + url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.11.1.tar.gz" + sha256 "64c6e21eb8cd141d39cbb0241228fb40fd4370dbe39dc9f13e1069c718b711f9" license "MIT" head "https://github.com/projectdiscovery/nuclei.git", branch: "dev" bottle do - 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" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "c8d0c64e09343f95f1afd89c84ad73051931de9ec28648e6a2f0baa492bd65fc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "06fb27168c496a8b99dc97450369e7c044ac44833b62413bceebcb8bf96e1ebe" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "eedf87c6e5efcc42bd5f7b06fa2141cd3df9572376da9a28b4e58bed66717508" + sha256 cellar: :any_skip_relocation, sonoma: "d1ab57416a2c71a5d940593f8a55d3bfe13cdd918bb93c3db1eb246fb9f6c214" + sha256 cellar: :any_skip_relocation, arm64_linux: "fbe81d5ddca4a68e4255f317d0f8f2e1d92898b534ac97175249a840e6e28ee6" + sha256 cellar: :any, x86_64_linux: "3856a91aa7ff88a791f7c1f16e1feac256c6ed9a967d1ce461a2bd5a0cb67742" end depends_on "go" => :build