From 0d0fdb1842a60bea7627fa56492593fc7396ffc5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 17 Aug 2024 06:31:16 +0000 Subject: [PATCH 1/2] cloudlist 1.0.9 --- Formula/c/cloudlist.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudlist.rb b/Formula/c/cloudlist.rb index 5907f6575e69..c6ae049abc8e 100644 --- a/Formula/c/cloudlist.rb +++ b/Formula/c/cloudlist.rb @@ -1,8 +1,8 @@ class Cloudlist < Formula desc "Tool for listing assets from multiple cloud providers" homepage "https://github.com/projectdiscovery/cloudlist" - url "https://github.com/projectdiscovery/cloudlist/archive/refs/tags/v1.0.8.tar.gz" - sha256 "e99290c7eab2a1328cdbafbf6d53bc8ce693fb201dc201224fffc5b2f4b9aaaf" + url "https://github.com/projectdiscovery/cloudlist/archive/refs/tags/v1.0.9.tar.gz" + sha256 "b5c58f1d0c01056cebb6211fce2ce832936e8db65e4f0793d8db3026693cf6de" license "MIT" head "https://github.com/projectdiscovery/cloudlist.git", branch: "main" From b10b0d00d84449bbf88f17a60e504bd9d5a065cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 17 Aug 2024 10:02:32 +0000 Subject: [PATCH 2/2] cloudlist: update 1.0.9 bottle. --- Formula/c/cloudlist.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudlist.rb b/Formula/c/cloudlist.rb index c6ae049abc8e..5c570a7f5bc4 100644 --- a/Formula/c/cloudlist.rb +++ b/Formula/c/cloudlist.rb @@ -7,13 +7,13 @@ class Cloudlist < Formula head "https://github.com/projectdiscovery/cloudlist.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f64e8cf677e856c379e570f68a30b3d846d80903639e45ea530f1dcc370643a4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f1d8eb2432977dfc00942b2a08511ef22dc7e9b8622d7b77b30c56b3f42b0efc" - sha256 cellar: :any_skip_relocation, arm64_monterey: "ddda2cbe53b6b279154192556f383a01ed545e8193a21de540194074073d77fe" - sha256 cellar: :any_skip_relocation, sonoma: "ba63c632c3a9d0c76ba87c4c16133e8484982070391d511f66d21346e0233962" - sha256 cellar: :any_skip_relocation, ventura: "e33ddc71e6440ab62e1fc211a16e8909bf3f7ed4ceb762bec801d62e1c49c0bf" - sha256 cellar: :any_skip_relocation, monterey: "8b739a6d9857eafd5961f378f36bfb198b4c31988ae178c98573a4c7f2dd1e91" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1016805e5647e902b041d278e6b69da3a393fb173e211d6d602fad20b06d3f45" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "55a03f124f4a5d99a3d8c2c1abaed7f20871740863078ef8062cbcc179e0fc21" + sha256 cellar: :any_skip_relocation, arm64_ventura: "45324172acf08f41d399a7540481768788ca29e7f88251171d06a85682227a3c" + sha256 cellar: :any_skip_relocation, arm64_monterey: "d2e1180fe3d6967739c796148ee5ba8ddd213ddbacd3181fd8763f057a458659" + sha256 cellar: :any_skip_relocation, sonoma: "0429774881d361012204bc2d755ef609f7f2b87e21ae8d2bc57f84f338d37b0e" + sha256 cellar: :any_skip_relocation, ventura: "753daa8b0dc8615c052d680c78a331adffe8122f74114240ee3ec3493689c549" + sha256 cellar: :any_skip_relocation, monterey: "1fe8abe45782380933ec8dc7d88ee36f3585d17f42118420a6f6032ec5fc73d8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1fe8ea61cf7e81ff7185383415584701feee4d0ee8249fd9809c4fb37b550522" end depends_on "go" => :build