diff --git a/Formula/n/nuclei.rb b/Formula/n/nuclei.rb index 1130d25e830c3..a1b3a10d8fd1e 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://nuclei.projectdiscovery.io/" - url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.3.4.tar.gz" - sha256 "2be73621c43de19943cc7f9e826219ea0dbef6180893c8c4fffc56d64271ff3d" + url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.3.5.tar.gz" + sha256 "aafdfd00a65c72bf1414934cc932b262316f167838835e619b7c079db825b569" license "MIT" head "https://github.com/projectdiscovery/nuclei.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b35fed127a51af3e3b3627780b0b10efb1c1e65c25e2d8348337737cf856d87d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a4bd5f734a0773dda5249857312c75234c6a6613953193dbf40fe1651da2706" - sha256 cellar: :any_skip_relocation, arm64_ventura: "270243b6e4a5516fb5368319e8226da6ef792cadc22c7e577579b55794fbc114" - sha256 cellar: :any_skip_relocation, sonoma: "35908f49887ce4f8489f78e7f195e6a6fad1c4faf3d77db9ffd2a89c6714143a" - sha256 cellar: :any_skip_relocation, ventura: "f3a52a145e2ede4cfc64bf364cfb8a5e6cddd1f39ae4438139f76dd3d281fcb3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3b45517fb51fbc1e59940e473aadbf92f02ca6738aa29273c18f019e061c9805" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "03059d453a8806eed3ccd6b024ffdcc0d7e9970a6681e330bed8a5b107c9b567" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "27856237769ec57db669925a7d55f7fbf5f448f94bb65d0769f1c3bf8151d49b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a47312817cbb44e2d585837822a314705a4b88b14213db4599659f2af8001226" + sha256 cellar: :any_skip_relocation, sonoma: "5548a3a87be18a653320073ae69a520dc95edf6ce554b91cb429043391075065" + sha256 cellar: :any_skip_relocation, ventura: "ab84c5f7d1261c4b8dfd7e6f58cb402a4ade469b12985293f7bdcc3685bbd063" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a46e011e0711006ad425b94d4cf4252f5688071b1bb979b4bab6e14c2880aab1" end depends_on "go" => :build