Skip to content

Commit

Permalink
Merge pull request Homebrew#205552 from hahwul/bump-noir-0.19.1
Browse files Browse the repository at this point in the history
noir 0.19.1
  • Loading branch information
BrewTestBot authored Jan 26, 2025
2 parents 959894e + a6bb4d7 commit 23e54e8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/n/noir.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Noir < Formula
desc "Attack surface detector that identifies endpoints by static analysis"
homepage "https://github.com/owasp-noir/noir"
url "https://github.com/owasp-noir/noir/archive/refs/tags/v0.19.0.tar.gz"
sha256 "59d62446ce42797f3834a13f7453f80902d80c681e5b8f969dee9118a104b990"
url "https://github.com/owasp-noir/noir/archive/refs/tags/v0.19.1.tar.gz"
sha256 "c84023c119c9f497727f4840f0b57fbed09ccbec7731693e8603f4e766f64b8a"
license "MIT"
head "https://github.com/owasp-noir/noir.git", branch: "main"

bottle do
sha256 arm64_sequoia: "205b6311807258e529d6ae93ae60efefca6557aee64023f9e434fc1e28e6b3b5"
sha256 arm64_sonoma: "3eb3a6927600c55dececde41da2276572513e90df8076516fcc97a5e04210148"
sha256 arm64_ventura: "4dec810a3a46dbe366b6361c35bcef3623fd68fa35f93f5a59234aae14f4ec19"
sha256 sonoma: "816262ac5598cb3e427d003d939a0032d9ce02863e0bfa912eca183c63b64cc5"
sha256 ventura: "d005f6e9855f1bece79d43368a09c7b79e45ab116f3c6517ef4ea13283f54519"
sha256 x86_64_linux: "53773fc10ea1dc1056bfb4761ebc79707836ef9a995de4b240d8094c235f2bfc"
sha256 cellar: :any, arm64_sequoia: "7c98913ef3a41a46a0d641e9267f8ec0ef63c1d3837690ea454178e634249f7f"
sha256 cellar: :any, arm64_sonoma: "dc61394b7468b85a9201a3dc9dc9fa6a0c27d4c02d963a053ad5c072812a1bf8"
sha256 cellar: :any, arm64_ventura: "634ffc18aaf5f62b3e486c96c0f56c719aa68b2009c8b663010b6ed2ac1ce239"
sha256 cellar: :any, sonoma: "cd9f9d6e82177a650aff9c4b1c7148d69f60305a27a9ec173b986042a9324f5a"
sha256 cellar: :any, ventura: "0abc3373e854213509d3826948c80e315e1533c3761ea5bd631dff2aae49b628"
sha256 cellar: :any_skip_relocation, x86_64_linux: "097214353e24708038cd81057b1504285e48895027661ae7acafa3a470572e12"
end

depends_on "crystal" => :build
Expand Down

0 comments on commit 23e54e8

Please sign in to comment.