Skip to content

Commit af1a6b8

Browse files
authored
Merge pull request Homebrew#181720 from Homebrew/bump-awscli-2.17.33
awscli 2.17.33
2 parents 38e8646 + 93be6bb commit af1a6b8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Formula/a/awscli.rb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ 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.17.32.tar.gz"
7-
sha256 "e4c44edc50bc84c497a528eb86046c4927343b780c0b3d44cac0fe7c25c69be5"
6+
url "https://github.com/aws/aws-cli/archive/refs/tags/2.17.33.tar.gz"
7+
sha256 "a782921a35aead55664adf45bb59c6b0161e7b4639af3805f9d1c56bbb3f921d"
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_sonoma: "64a0444762b2d8079fa85758b1214ad1c33f802243d27d53bf84c41e4e42468e"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "87654e44aa08b29a3a12a43a5455cc324c80756b431ec28bcd5fcedce082041e"
14-
sha256 cellar: :any_skip_relocation, arm64_monterey: "c81594ab48553deb2d5faf7b92abfa351222434951ffb86fc33e8f6598a78225"
15-
sha256 cellar: :any_skip_relocation, sonoma: "6827abc5fc7f148b844fae0e154fd9571c6492799b48ac1fb0151e5267539675"
16-
sha256 cellar: :any_skip_relocation, ventura: "456ea9e185bd4c31a6a6d6c79cb118547f8966161d1b5950754d62eb7ba68e9f"
17-
sha256 cellar: :any_skip_relocation, monterey: "1bd37e317ab8f7f16cbc191aee37f3814bae6fd9442b4a7340fc63e17fe4b507"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ea522168ae24c9df3997ebae2562a373345a34418163884ff31172c152e9fd55"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4e373f7e8c212ff90845fb30c64f67f6d9b0def6817423546c3b8080c4d5325"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b4b249862252fb9883efb2ed61ed858d6646d1fafdb795dfe61d0f9863406922"
14+
sha256 cellar: :any_skip_relocation, arm64_monterey: "5be235ef3e3775a6c8af914ca70676fc37817e298a14c5ab8141fa19c55c7694"
15+
sha256 cellar: :any_skip_relocation, sonoma: "242d31b8565de86931231d653479b9387012fb5c54118e8bab9cad05611fd049"
16+
sha256 cellar: :any_skip_relocation, ventura: "057c1284ed9f8f70be2f8a09154668912934b967251280adae8b4e0520883d67"
17+
sha256 cellar: :any_skip_relocation, monterey: "7dfa339113f1e475b417d1266c03cf7185b0f4396915add525ae56aed979b727"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "89cd7992947a4f218fdb2eeefd7fa53e38faad6fa6ab32e722312a3454ec26b1"
1919
end
2020

2121
depends_on "cmake" => :build
@@ -76,8 +76,8 @@ class Awscli < Formula
7676
end
7777

7878
resource "setuptools" do
79-
url "https://files.pythonhosted.org/packages/ce/ef/013ded5b0d259f3fa636bf35de186f0061c09fbe124020ce6b8db68c83af/setuptools-72.2.0.tar.gz"
80-
sha256 "80aacbf633704e9c8bfa1d99fa5dd4dc59573efcf9e4042c13d3bcef91ac2ef9"
79+
url "https://files.pythonhosted.org/packages/98/0b/56dabcf2b37d9152090bcd5d42e28ad312c9ba54fb1446b22dcc809dd84a/setuptools-73.0.0.tar.gz"
80+
sha256 "3c08705fadfc8c7c445cf4d98078f0fafb9225775b2b4e8447e40348f82597c0"
8181
end
8282

8383
resource "six" do

0 commit comments

Comments
 (0)