Skip to content

Commit 24a7941

Browse files
authored
Merge pull request Homebrew#200890 from Homebrew/bump-aliyun-cli-3.0.237
aliyun-cli 3.0.237
2 parents ea60e0b + d80e798 commit 24a7941

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/a/aliyun-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ class AliyunCli < Formula
22
desc "Universal Command-Line Interface for Alibaba Cloud"
33
homepage "https://github.com/aliyun/aliyun-cli"
44
url "https://github.com/aliyun/aliyun-cli.git",
5-
tag: "v3.0.236",
6-
revision: "194b5418f8bf6bd631c2bb134d4dc8cb4279ce3f"
5+
tag: "v3.0.237",
6+
revision: "c89dbf006ffdba5b752a3169eee338b8b06a78cd"
77
license "Apache-2.0"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4e006b30f7d875fc43c85b5e6ef1bb87650d45fb3d0192c9dc630e27efa880a1"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e006b30f7d875fc43c85b5e6ef1bb87650d45fb3d0192c9dc630e27efa880a1"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "4e006b30f7d875fc43c85b5e6ef1bb87650d45fb3d0192c9dc630e27efa880a1"
13-
sha256 cellar: :any_skip_relocation, sonoma: "bc920a9d6b33e9a037cea1ac365abb0d4b182257ee949ed60379c560201b221f"
14-
sha256 cellar: :any_skip_relocation, ventura: "bc920a9d6b33e9a037cea1ac365abb0d4b182257ee949ed60379c560201b221f"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b67dbf6fb229da6262d560606ff53379437b96ea5b6fc1a97014c7d754d6b3e4"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c5d806cec203e4a4e170aff4461218396f0b7c26dbd82284b28d5477c34e1d86"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5d806cec203e4a4e170aff4461218396f0b7c26dbd82284b28d5477c34e1d86"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c5d806cec203e4a4e170aff4461218396f0b7c26dbd82284b28d5477c34e1d86"
13+
sha256 cellar: :any_skip_relocation, sonoma: "00a8e2fa5d750527fb08eada4d3e34a18873e6cd58a6836d9792f38a705304de"
14+
sha256 cellar: :any_skip_relocation, ventura: "00a8e2fa5d750527fb08eada4d3e34a18873e6cd58a6836d9792f38a705304de"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ca164811532720e109aa5121e9654e7491a7269d24bcc03928703849df5ec28f"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)