Skip to content

Commit da4c42c

Browse files
authored
Merge pull request #230205 from Homebrew/bump-aliyun-cli-3.0.290
aliyun-cli 3.0.290
2 parents e86b215 + a214cf1 commit da4c42c

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,18 +2,18 @@ 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.289",
6-
revision: "30012643540d9329169736e186f80e960773b505"
5+
tag: "v3.0.290",
6+
revision: "682b985124e6d543e862ea1f17e922933f9144fb"
77
license "Apache-2.0"
88
head "https://github.com/aliyun/aliyun-cli.git", branch: "master"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9fbbbe81f51aea3b76952d2e24722e1f8c0bc4908401fb28f1abfdb26cb5a765"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9fbbbe81f51aea3b76952d2e24722e1f8c0bc4908401fb28f1abfdb26cb5a765"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9fbbbe81f51aea3b76952d2e24722e1f8c0bc4908401fb28f1abfdb26cb5a765"
14-
sha256 cellar: :any_skip_relocation, sonoma: "9d2b50a9489a13be18916ceb1cda800935fbc6643081b9862b9a15491a330b95"
15-
sha256 cellar: :any_skip_relocation, ventura: "9d2b50a9489a13be18916ceb1cda800935fbc6643081b9862b9a15491a330b95"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d7c707b91f4a9617c0448dc2301a9a569759b364eb6212cb12043ecb0814342e"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1d0899b31da621517ec934190758b934eb72094610687a6366102d2b4aeb7a07"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1d0899b31da621517ec934190758b934eb72094610687a6366102d2b4aeb7a07"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1d0899b31da621517ec934190758b934eb72094610687a6366102d2b4aeb7a07"
14+
sha256 cellar: :any_skip_relocation, sonoma: "85a831c1ca3f93aeb170a8defa5a778e4857ab806c923f8d16124677b681ca58"
15+
sha256 cellar: :any_skip_relocation, ventura: "85a831c1ca3f93aeb170a8defa5a778e4857ab806c923f8d16124677b681ca58"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "04b89b04da29551d1035f37fb7a02a537fbf38d127ce772323ae656a06fcef53"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)