Skip to content

Commit 272063e

Browse files
authored
Merge pull request Homebrew#228928 from Homebrew/bump-aliyun-cli-3.0.288
aliyun-cli 3.0.288
2 parents bc34120 + 71b81e6 commit 272063e

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.287",
6-
revision: "2247bc5680430ab1dc2ab2642ab091936b96b326"
5+
tag: "v3.0.288",
6+
revision: "3ec2f97be218ae6e9f0f679a54f689c0ffe09fbb"
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: "f6f1790aecfca0561668902b002a72c29d22bd30628651c54a7c0f224da453f5"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f6f1790aecfca0561668902b002a72c29d22bd30628651c54a7c0f224da453f5"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f6f1790aecfca0561668902b002a72c29d22bd30628651c54a7c0f224da453f5"
14-
sha256 cellar: :any_skip_relocation, sonoma: "3f2012f7aedcc1295c760d1d54ec412e8ea94d275deeceefdefdfd21863575b2"
15-
sha256 cellar: :any_skip_relocation, ventura: "3f2012f7aedcc1295c760d1d54ec412e8ea94d275deeceefdefdfd21863575b2"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a45d5fdf7c5554da2e6e2149c58d115bf43457c4308b8a353fdf983d308ccc26"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "385ab0831f76c0cf2a101ca13f85b71dd4ae3d5bfd28fd56433aa86bcb87c988"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "385ab0831f76c0cf2a101ca13f85b71dd4ae3d5bfd28fd56433aa86bcb87c988"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "385ab0831f76c0cf2a101ca13f85b71dd4ae3d5bfd28fd56433aa86bcb87c988"
14+
sha256 cellar: :any_skip_relocation, sonoma: "90115e26e668b5bea142ebd3c7d2584d94db93a1782994cf15398df056129f5f"
15+
sha256 cellar: :any_skip_relocation, ventura: "90115e26e668b5bea142ebd3c7d2584d94db93a1782994cf15398df056129f5f"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e7845b22ab8221893654338656a9862195327078953c7effeac5b33517affce3"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)