From 9263e0c23ece8e054057b734c226e021417f4f4f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:23:06 +0000 Subject: [PATCH 1/2] aliyun-cli 3.0.223 --- Formula/a/aliyun-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aliyun-cli.rb b/Formula/a/aliyun-cli.rb index 1db8298aec20..fe8576c79125 100644 --- a/Formula/a/aliyun-cli.rb +++ b/Formula/a/aliyun-cli.rb @@ -2,8 +2,8 @@ class AliyunCli < Formula desc "Universal Command-Line Interface for Alibaba Cloud" homepage "https://github.com/aliyun/aliyun-cli" url "https://github.com/aliyun/aliyun-cli.git", - tag: "v3.0.221", - revision: "04b24bde03797cbb6dfd6b75740fa5b56c71157c" + tag: "v3.0.223", + revision: "9a1d108a0502618488b2cdf6392d22b9fae76f45" license "Apache-2.0" bottle do From 40f304d5503384a147ffb6967b22338f5af1f6b6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:50:37 +0000 Subject: [PATCH 2/2] aliyun-cli: update 3.0.223 bottle. --- Formula/a/aliyun-cli.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/a/aliyun-cli.rb b/Formula/a/aliyun-cli.rb index fe8576c79125..19835def8b2f 100644 --- a/Formula/a/aliyun-cli.rb +++ b/Formula/a/aliyun-cli.rb @@ -7,14 +7,12 @@ class AliyunCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5e4d4a3bc8c218baf2402a81970aa09631d11281e810b8f1155ff0638fd600d3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd83f3b21d9fbb5cbce6fb00fa3da94963b8a73ffd5d6c8fe4d8daee20d44b3e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dd83f3b21d9fbb5cbce6fb00fa3da94963b8a73ffd5d6c8fe4d8daee20d44b3e" - sha256 cellar: :any_skip_relocation, arm64_monterey: "dd83f3b21d9fbb5cbce6fb00fa3da94963b8a73ffd5d6c8fe4d8daee20d44b3e" - sha256 cellar: :any_skip_relocation, sonoma: "e0065d6f37860d76b164a1522400bf2c4d1587311bfac132e14aaacf74d1d8d9" - sha256 cellar: :any_skip_relocation, ventura: "e0065d6f37860d76b164a1522400bf2c4d1587311bfac132e14aaacf74d1d8d9" - sha256 cellar: :any_skip_relocation, monterey: "e0065d6f37860d76b164a1522400bf2c4d1587311bfac132e14aaacf74d1d8d9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ddc0c5abb3be0ff35fc153dcc8dfeded94e1371fb6857d303d1192f92fa9705f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d8ce39b98bdf3ffa3ff46024f7149dd0788d19472626a2587b6c9faaedb18186" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d8ce39b98bdf3ffa3ff46024f7149dd0788d19472626a2587b6c9faaedb18186" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d8ce39b98bdf3ffa3ff46024f7149dd0788d19472626a2587b6c9faaedb18186" + sha256 cellar: :any_skip_relocation, sonoma: "d21945ac7e712c2ed27c1c585dfeda9efd29111c78365338ee3cdb80787dc318" + sha256 cellar: :any_skip_relocation, ventura: "d21945ac7e712c2ed27c1c585dfeda9efd29111c78365338ee3cdb80787dc318" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2f33ae0bfb7b7ce8985ed4dbda84c38d288ab64f2d31f371c35a1f9d6373b287" end depends_on "go" => :build