Skip to content

Commit d1a4bbe

Browse files
authored
Merge pull request Homebrew#225536 from Homebrew/bump-aliyun-cli-3.0.281
aliyun-cli 3.0.281
2 parents 0e36e32 + 5f75fc8 commit d1a4bbe

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.280",
6-
revision: "6ad6a4b753ea50411f2beb39c81628f04608beaa"
5+
tag: "v3.0.281",
6+
revision: "246577869563236cf81ba4f5eab8ebbba870838b"
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: "134451ee84b5df442b2d783d2ba13e99ea45ad964d1cf8d3efd481bb689a3058"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "134451ee84b5df442b2d783d2ba13e99ea45ad964d1cf8d3efd481bb689a3058"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "134451ee84b5df442b2d783d2ba13e99ea45ad964d1cf8d3efd481bb689a3058"
14-
sha256 cellar: :any_skip_relocation, sonoma: "4486590dade748a7cf3ed027ba0bd4486f3f608e93a05b1a87400e498c63cdde"
15-
sha256 cellar: :any_skip_relocation, ventura: "4486590dade748a7cf3ed027ba0bd4486f3f608e93a05b1a87400e498c63cdde"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3bfb2caf24947983bab6ead292bc2d2050ffb9e3790e374b160ec0b8609e566b"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a23338a1468ab810b9020158382f8cd96202d8cc06ca78155ad3ad4eb94ab2c"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a23338a1468ab810b9020158382f8cd96202d8cc06ca78155ad3ad4eb94ab2c"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "5a23338a1468ab810b9020158382f8cd96202d8cc06ca78155ad3ad4eb94ab2c"
14+
sha256 cellar: :any_skip_relocation, sonoma: "518930278d336b8026e65479c916ce97de5e1c2f96e6a959e009dfffccccd77b"
15+
sha256 cellar: :any_skip_relocation, ventura: "518930278d336b8026e65479c916ce97de5e1c2f96e6a959e009dfffccccd77b"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "bba373c268f389f502a7515f2f52f6dd4c440a5fd507c55245e8cbb678f6ee56"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)