Skip to content

Commit

Permalink
Merge pull request #175741 from Homebrew/bump-asnmap-1.1.1
Browse files Browse the repository at this point in the history
asnmap 1.1.1
  • Loading branch information
BrewTestBot authored Jun 27, 2024
2 parents 4282c9f + 7ba4455 commit d7f75a4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/a/asnmap.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Asnmap < Formula
desc "Quickly map organization network ranges using ASN information"
homepage "https://github.com/projectdiscovery/asnmap"
url "https://github.com/projectdiscovery/asnmap/archive/refs/tags/v1.1.0.tar.gz"
sha256 "3372a0d4b4cef1e1754171a0a631c2068c61e6e4aecaf1f3b61ceb1e93a18802"
url "https://github.com/projectdiscovery/asnmap/archive/refs/tags/v1.1.1.tar.gz"
sha256 "3d48657278a1f1fa27528e66d5cf4bcb6f3ee7ce26a518fcaf6ce9a9c9a8e317"
license "MIT"
head "https://github.com/projectdiscovery/asnmap.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "21bd51fa6d9f2533ed8622ec1563ee9b8d9998c1fe6148fc937383b85c1f365a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c73123e558f2efca071719399b266ded3a9e32ec70ac878c3484bb49c8cfc816"
sha256 cellar: :any_skip_relocation, arm64_monterey: "92ccdacc599ebad70d948d7a717df8f84236ef4fa05c3d0bdb441189e043926e"
sha256 cellar: :any_skip_relocation, sonoma: "e8ea6f7d0aebb88c87c1e3f6f7f553240eb58091f4abe2a084bf7e9d5fcf2d38"
sha256 cellar: :any_skip_relocation, ventura: "767081ee905e47916985b70ee93223e9812c2a244481cdc9cc64474a9ba05495"
sha256 cellar: :any_skip_relocation, monterey: "7bbe35b63f110d492008fa0d75b66692b9d403223e83c73d94d3ddb2f26a0c55"
sha256 cellar: :any_skip_relocation, x86_64_linux: "86109e0e34fdf46da3043e0069f625b50c7059448c2bf4c7bfdb1c1642c28ab7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "676a3e1e9acbcf36042c305254cba864a8f122f206761a689667347c17c9c4a3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7694fa2c90ce2daff499a549faa0af0997e9cc89550d12f3a457ae13cd06cee7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "044d56aeee6424bf5f72c668a53b72a6357259d6a9d4a384dc18fb1b61ba759b"
sha256 cellar: :any_skip_relocation, sonoma: "f859f48ef91d69fe448c33284462f5802177d73619e39dfcc4894ad359212273"
sha256 cellar: :any_skip_relocation, ventura: "5b3c2c268b3a78ba6aa1459dda4798c7ecba402acacc5a1ab64d9b0d0e7e6736"
sha256 cellar: :any_skip_relocation, monterey: "01cff6b7dea711d6716674b008cc915b7d86c40134e8378e2d964f3421d6ee3c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5cc586b3ac93d7c6d675338f46ec034d1c0d20e3f46306bbd56c7f964b8f0fec"
end

depends_on "go" => :build
Expand Down

0 comments on commit d7f75a4

Please sign in to comment.