diff --git a/Formula/n/nuclei.rb b/Formula/n/nuclei.rb index 21ab752256d58..425b25cb5963e 100644 --- a/Formula/n/nuclei.rb +++ b/Formula/n/nuclei.rb @@ -1,19 +1,19 @@ 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.2.tar.gz" - sha256 "650d1f6d6920fb9914d6875c8d13bc220dd1fc16a5f451a6cd3f879a3eb8ece8" + url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.2.3.tar.gz" + sha256 "c3775afe13ca11d5640098b23d3725ab9e325872ce4c812b6c7acf6f96d2193b" license "MIT" head "https://github.com/projectdiscovery/nuclei.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "36d79c4527db8d2b7365b74439a59312d04efdd9b6ce5b441b9dfcb097b50280" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8e654c8e00bc9e43ebcaf339de3780fb66c84fe90e76a2b2d06f505b1fed6cb3" - sha256 cellar: :any_skip_relocation, arm64_monterey: "6678fd6af9f2981ae8b674fdb5a75e7b80d96e1b26934c2db0018071ebf96427" - sha256 cellar: :any_skip_relocation, sonoma: "f7948968c52f9c392949841f8438948e82402365478c5fd9c564b1d3c992eae5" - sha256 cellar: :any_skip_relocation, ventura: "d8741e30be9501dd8ce4575d85ec9fe3191c71003165873af00814632b32dbdc" - sha256 cellar: :any_skip_relocation, monterey: "8db027a621c145e865a10d02db3579dbfc2ae29111cae6ea26e2eb42a9f18b1d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "70d27f31b0823eaf896257e6c9f0415a5409e5a65a0e8eb9376a24633de354e8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c6b148aabf08788089b8273d127abe87e6b3797d2c4d2d7c076e5eb4d0dcdcb0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "278ddfb5a55b867db3c37be98b6e1c2f8778da79fb18f3bd109c97b40097d176" + sha256 cellar: :any_skip_relocation, arm64_monterey: "fb247ec495eccde02f3c14255ca45c8a9e7ef7c9add3276dccfa3931568497c2" + sha256 cellar: :any_skip_relocation, sonoma: "4ab48c917f6be7a3d30fae7c9b4ae8b52be2a2581ed24260416ddb4a963a5a97" + sha256 cellar: :any_skip_relocation, ventura: "02310472e57deadbd61058280017623a16ddfd6fc3c4f5623b549a5aa4f92684" + sha256 cellar: :any_skip_relocation, monterey: "0107d678e40adb9562a8603bbffa4903d84cb57367254f2fd02c87e7c3a5fd78" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c143a4c82b6640c18411226769a7922a8421459c93f599cce60fa65ca9303dbe" end depends_on "go" => :build