From f77084620ebba7d6ce34508e9bc5a070245fbbb2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:48:21 +0000 Subject: [PATCH 1/2] nuclei 3.3.6 --- Formula/n/nuclei.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nuclei.rb b/Formula/n/nuclei.rb index a1b3a10d8fd1..8c7e0e37fd8f 100644 --- a/Formula/n/nuclei.rb +++ b/Formula/n/nuclei.rb @@ -1,8 +1,8 @@ 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.5.tar.gz" - sha256 "aafdfd00a65c72bf1414934cc932b262316f167838835e619b7c079db825b569" + url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.3.6.tar.gz" + sha256 "7fb42cf5c9c4fa8800d40a997466dbfeac9954e1cae8d98a7af25c19801eb113" license "MIT" head "https://github.com/projectdiscovery/nuclei.git", branch: "master" From 2ccc648fec8f690ea36d3c32d2bf8daa5a281e90 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 22 Nov 2024 01:07:30 +0000 Subject: [PATCH 2/2] nuclei: update 3.3.6 bottle. --- Formula/n/nuclei.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/n/nuclei.rb b/Formula/n/nuclei.rb index 8c7e0e37fd8f..f27f0e7a5223 100644 --- a/Formula/n/nuclei.rb +++ b/Formula/n/nuclei.rb @@ -7,12 +7,12 @@ class Nuclei < Formula head "https://github.com/projectdiscovery/nuclei.git", branch: "master" bottle do - 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" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1600bbd80d7ae1fdd980022008d4b214c84553acc09ba5c375f4d7312f9e8765" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "31b8247e96b04a3e1ceac6d2510acb98c8e6440526f2cdfdfdc174807854ced9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c083b0c0a474983ab925cd337e689dca59938fa58bc36c85e7e596ca69ce4c5f" + sha256 cellar: :any_skip_relocation, sonoma: "898ac62856f9bc6374fe26e1b0b5218e604f0c67e9988c075a0dc695de7423cc" + sha256 cellar: :any_skip_relocation, ventura: "fc2d69cf5842a8fe07500fc46acf09787b44c17304c6080da3e2ab1c5cf70fac" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b6daaee6f6ec205a28d080ba4795df06223fa12795b1edf83f8cada7295973ef" end depends_on "go" => :build