From cd40e0159620b90ef0b260396ad7df69daef42bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:49:41 +0000 Subject: [PATCH 1/2] nuclei 3.3.0 --- 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 7d70160210d6f..f0c61e757f33a 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.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" From 3b2e98728ba2b755d0c28ab15385ba23f17d73d2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:09:34 +0000 Subject: [PATCH 2/2] nuclei: update 3.3.0 bottle. --- Formula/n/nuclei.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nuclei.rb b/Formula/n/nuclei.rb index f0c61e757f33a..5e1741eb027ea 100644 --- a/Formula/n/nuclei.rb +++ b/Formula/n/nuclei.rb @@ -7,13 +7,13 @@ class Nuclei < Formula 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