Skip to content

Commit f82bc0e

Browse files
authored
Merge pull request #228189 from Homebrew/bump-aliyun-cli-3.0.285
aliyun-cli 3.0.285
2 parents 8c3b37e + 786db99 commit f82bc0e

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.284",
6-
revision: "065a32cb374349c61d0d054eef2c26c2197ebe0e"
5+
tag: "v3.0.285",
6+
revision: "1501013f1f287c552d4ca568e0033c6239e9cea9"
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: "80c23f376163331fb835358f8123428d9e637a2d32ff60fbc28f227b1403619c"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "80c23f376163331fb835358f8123428d9e637a2d32ff60fbc28f227b1403619c"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "80c23f376163331fb835358f8123428d9e637a2d32ff60fbc28f227b1403619c"
14-
sha256 cellar: :any_skip_relocation, sonoma: "b1e359fd87cb9f231a6a028a7d46a32a1cf14b51614890b95d9afe80059f73a4"
15-
sha256 cellar: :any_skip_relocation, ventura: "b1e359fd87cb9f231a6a028a7d46a32a1cf14b51614890b95d9afe80059f73a4"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e82840e076a6c9469bc994866de64c37d7e651e2932183d11397c61eeadd802f"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1c8e4c1024709b153c145bc05e91fbe03e5f7fee1d807e94e0f2e7f3be5b60b"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1c8e4c1024709b153c145bc05e91fbe03e5f7fee1d807e94e0f2e7f3be5b60b"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e1c8e4c1024709b153c145bc05e91fbe03e5f7fee1d807e94e0f2e7f3be5b60b"
14+
sha256 cellar: :any_skip_relocation, sonoma: "72116c4905ef01ab5f9c1aecf662c5c89c940bf998c157a4f48625c15ec40201"
15+
sha256 cellar: :any_skip_relocation, ventura: "72116c4905ef01ab5f9c1aecf662c5c89c940bf998c157a4f48625c15ec40201"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "af5a95659a51c9facfc514b3d5954062f24b5e0039c9ac33a752235f099c7193"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)