Skip to content

Commit 5e8c97a

Browse files
authored
Merge pull request #203778 from Homebrew/bump-awscli-2.22.32
awscli 2.22.32
2 parents 0c00b23 + 9e3e84b commit 5e8c97a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/a/awscli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ class Awscli < Formula
33

44
desc "Official Amazon AWS command-line interface"
55
homepage "https://aws.amazon.com/cli/"
6-
url "https://github.com/aws/aws-cli/archive/refs/tags/2.22.31.tar.gz"
7-
sha256 "f35827df3b246c17aa17829e671cce34f338b37b0d5ef5e8d8f09af26b7f62df"
6+
url "https://github.com/aws/aws-cli/archive/refs/tags/2.22.32.tar.gz"
7+
sha256 "cbb423639531c97e7533c2512eae752e708b1e8a8ce4c8c649a7fb3afc166219"
88
license "Apache-2.0"
99
head "https://github.com/aws/aws-cli.git", branch: "v2"
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b36f5453d5c6d55d8796eb25a566843b85245ade548055d7e72df81e47348836"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7153958fe2ac5639018c6dbe26f0a0b3a4880e084ecee437a3266f998fddc425"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0a0d9498745a7a50218172c7d35ffdc81db38cd8867b301980663def54408962"
15-
sha256 cellar: :any_skip_relocation, sonoma: "08c40f82193dd17857ab938e8d413e2ff79f89cb733b4135edf461a1ed9973a9"
16-
sha256 cellar: :any_skip_relocation, ventura: "3e90573499475b7e2e261304752b4e143f3507a408f6a2fe52242492e9d30732"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6fec8c97016ee97a896cb3d7cdf3cc9a00d4aba8edf8580418e15d2e72464c89"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b74c6d6bcda95fa340f9f24831ffd310e7708f34e62feb7ed590bd5acfc62f77"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3f404cbad62072000cd74d09027b9da034f7e42168b809b7f7c19fdfb6d9023f"
14+
sha256 cellar: :any_skip_relocation, arm64_ventura: "d8658674edd590a1ea85fcd149b76d134ad15d3bf8792a015f6d49746c19a555"
15+
sha256 cellar: :any_skip_relocation, sonoma: "af5c1d63b48f706fa8d3e91fcd267bc2a82fb9a94cb8529c520ac94480a73b2c"
16+
sha256 cellar: :any_skip_relocation, ventura: "43e147162e11c00ba179a25148ee6b45d161353a0f38080db3232277552d0c66"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "254539622b90a3f15b95d9adf9e3b6d99214d148eb136c7d7b87600dfdee405f"
1818
end
1919

2020
depends_on "cmake" => :build

0 commit comments

Comments
 (0)