Skip to content

Commit f5f1c51

Browse files
authored
Merge pull request #224902 from Homebrew/bump-awscli-2.27.23
awscli 2.27.23
2 parents def2c90 + 0b2f329 commit f5f1c51

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/a/awscli.rb

Lines changed: 9 additions & 9 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.27.22.tar.gz"
7-
sha256 "ff044550d92d2984eeb76134d8a84183e16b2032f4f4cc4ceedb5c565910e5d6"
6+
url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.23.tar.gz"
7+
sha256 "3285eea837731e7e03b1be6f0a0e38e129ff547f3de69d36969830e7796ffcfe"
88
license "Apache-2.0"
99
head "https://github.com/aws/aws-cli.git", branch: "v2"
1010

1111
bottle do
12-
sha256 cellar: :any, arm64_sequoia: "5b9ff00e4a8f50f268ef6bb512434592eddd1495f8a4b7200c833880fad1e0a7"
13-
sha256 cellar: :any, arm64_sonoma: "0d7994b8713001019099978543c6727ca1d9513825b9d19a980c5721acc8a4d5"
14-
sha256 cellar: :any, arm64_ventura: "f53449522bbaf007e5588e46e29fff26a38841b01679497f4e376789455af71a"
15-
sha256 cellar: :any, sonoma: "67a868842dbcb20796f519534d640c89c0608288e97c229ea76f8bed770c6b57"
16-
sha256 cellar: :any, ventura: "7d6ea4828edb785b82ea07da602af51868843edb41f3aaab96ee10e2a60f12a9"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "48654af8ebf2fd9f8735e65466174be4befe07c8b0eadc7e8cf8190775c86634"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d98666f454737e78500fb5ded26414631e64a18f2b3f7721444f989040454258"
12+
sha256 cellar: :any, arm64_sequoia: "00b853974e5bee907ad2497a6554dcfba52f3b62a1fe202dfc2a243cd2059182"
13+
sha256 cellar: :any, arm64_sonoma: "406baf4d3be0c645ab8e728e53a9e916bf2a1d2f37957e81a272865f755466f3"
14+
sha256 cellar: :any, arm64_ventura: "ce28dc1fa396acc33af81c3a06214ccc125408d63b8cf0382692e09af04b079a"
15+
sha256 cellar: :any, sonoma: "7dccab38c31232607233b0e62a07b951318e0b1c29cfd78c21da71cca16ec6ce"
16+
sha256 cellar: :any, ventura: "3324f03ddd863aa39667e02015aa2f3e9690d4f7f70334a324eb079e1055edb2"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "6658f32bf45ae1745b17fd87aa4500d2c2f77f7161df1236efff78a16c6d5224"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ba440200b76eaf38349f0be9a16e6c5d54b1115509c0a5273588d5e7ad423788"
1919
end
2020

2121
depends_on "cmake" => :build

0 commit comments

Comments
 (0)