Skip to content

Commit

Permalink
Merge pull request #170353 from hahwul/bump-noir-0.15.0
Browse files Browse the repository at this point in the history
noir 0.15.0
  • Loading branch information
BrewTestBot authored Apr 29, 2024
2 parents ecf69ba + 33da506 commit 0cfffd6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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/noir-cr/noir"
url "https://github.com/noir-cr/noir/archive/refs/tags/v0.14.0.tar.gz"
sha256 "c5b2e6bf792d34b389dad97f7a1ecddbb4b25adfe1463f31c16f0c958cf00680"
url "https://github.com/noir-cr/noir/archive/refs/tags/v0.15.0.tar.gz"
sha256 "eb860df7ec689b41285a4b171013f0850e58bc77a5c37d6b1df47193fa9f61c6"
license "MIT"

bottle do
sha256 arm64_sonoma: "f27ad076541251422669c1cbec1977ea25a6196efbeb6896be395794bce96685"
sha256 arm64_ventura: "7ea18d56fdaa3bcd5851a9f26f5baa9c21a9b2041781c3b24bffc470fd7e72c8"
sha256 arm64_monterey: "b55222b574bfbfd8f0fb61f760997b5481777db72d59afe14e38847e3a4117c2"
sha256 sonoma: "74156cd01d6f1beaa0df5f6f106bc60833f701a8ca6a77acaca11b1a0c765302"
sha256 ventura: "0350a8dc1cbe76010fd5d53b66f04e9bff4853f8cc069648deaccbd89e75ee63"
sha256 monterey: "6a17f6ecf43805b7e4d30daa6698c5ed33c46722ed8ed5415d7ec6dcf32f2f07"
sha256 x86_64_linux: "972987221c8265706625f360f07980d5a826b1c664cf3e8a9626a017c14fb852"
sha256 arm64_sonoma: "8b6cffa8eb7609932840524ee351a767a917c83ac4263da9b4b6e09d22c371e4"
sha256 arm64_ventura: "e65affc675d485f011f5e7d35598d887e9f879102e95a4d1ccb99aafc362e2dd"
sha256 arm64_monterey: "091034692e8c329ffb984092fb802161835ed07ed9fd26fa1d39757030b78826"
sha256 sonoma: "dc1036de2801faa6296d24b4247662b82663ff8269adc60663188029217d2e33"
sha256 ventura: "49567d5363dd2772063c3802b92907c1d334a29c9713bb6cad2c019e68753bef"
sha256 monterey: "872eb1a697a9846c8cc79feaa0f51422a9a674d9861c835ca97d42f5aa836fd5"
sha256 x86_64_linux: "7d66854c96d468573b4badc1247ded7f66c9c607489ffc23f8f5453458d36c49"
end

depends_on "crystal"
Expand Down

0 comments on commit 0cfffd6

Please sign in to comment.