Skip to content

Commit b8e2fd7

Browse files
authored
Merge pull request #207124 from Homebrew/bump-cloudlist-1.2.0
cloudlist 1.2.0
2 parents e7277dc + 7ca7c9e commit b8e2fd7

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/c/cloudlist.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class Cloudlist < Formula
22
desc "Tool for listing assets from multiple cloud providers"
33
homepage "https://github.com/projectdiscovery/cloudlist"
4-
url "https://github.com/projectdiscovery/cloudlist/archive/refs/tags/v1.1.0.tar.gz"
5-
sha256 "63f288b08ec4c1bd0969111b54fc3bb09a1423eaa0e60a9c9183e088742cd0bd"
4+
url "https://github.com/projectdiscovery/cloudlist/archive/refs/tags/v1.2.0.tar.gz"
5+
sha256 "ca726db484414c6c8d38623ce3bf7b52ac344a0857d003dcf62bb013e5f571a5"
66
license "MIT"
77
head "https://github.com/projectdiscovery/cloudlist.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5e5f2262604a56516bbf29acd9a60cf926eb956c4c3874569d051265f9279d09"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "faad163c13c4c1c6c4735c4ba6416e40afd090cc5d37f7c4182985730243e601"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b1df534116d2a7f31eb6376b7bb6b5d54f2aae4b48a07635cd1906e95619c873"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "bfbd68af5b5e83e65f674315d3d16c9107927c44bda26e756564e89522f65f5d"
14-
sha256 cellar: :any_skip_relocation, sonoma: "bac836cba3909d086d61494d0449036bc7a5ef66fec2464430e64713428a770e"
15-
sha256 cellar: :any_skip_relocation, ventura: "e05ef7ca27fb2dd7b8675884355ac56b508c19b26484f43275a331fceae889ae"
16-
sha256 cellar: :any_skip_relocation, monterey: "477994afb4b05abcaf618a83c873677282e63d91f8b0297501c8fe66a38a887e"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1a9241a072e559afb179fe4726894f47d4cc20bb623eb1bf74a3fe10b9780ae4"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3603d58866ccd9a0b0e0625a91fb77bc6ff74722ea29945eb4e9f96f69c80ef5"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b15e6be6075f52717f26193c5bea6c26efe18c9255507462693a7510a61a1d6c"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6630873e1d85bab1610eb37cd4a019043ac5095028d1a0cdbd0796cbb1c6807d"
13+
sha256 cellar: :any_skip_relocation, sonoma: "9143db06bbdb9db9250235e1a46467c2169b06039810c8a83f73af69d6a9bb3b"
14+
sha256 cellar: :any_skip_relocation, ventura: "a8406d19b3ca0949f8111097c0c8e1f54ee2c652e823074fa24fc28802892f6d"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9c0709663a7c567f42394a40206b9950c86c5098ddcbab5316d2bf39f6b4a05a"
1816
end
1917

2018
depends_on "go" => :build

0 commit comments

Comments
 (0)