Skip to content

Commit ba7cec2

Browse files
authored
Merge pull request #228156 from Homebrew/bump-awscli-2.27.43
awscli 2.27.43
2 parents e659855 + 5c1b7bb commit ba7cec2

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.42.tar.gz"
7-
sha256 "5afbe036e37d12786510164ee715c25519d617e85153f252f37ede802c1c8c4f"
6+
url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.43.tar.gz"
7+
sha256 "5c568b3775274f97f68102ba16e180468210a3160ee316ebb588fd37017ba42d"
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: "c15b56eb7f26812f5e1a68f78ce198ace79c90562ee263ba57c184a93ad6eba8"
13-
sha256 cellar: :any, arm64_sonoma: "b24e2a64f5d52593f8795d8c41b0633b56ca24e38166615bfe25c841c14fe72f"
14-
sha256 cellar: :any, arm64_ventura: "a7914bb8b42614c7501c808a8d7a2ba32191f9d526eaf7b142c3a58d429fa147"
15-
sha256 cellar: :any, sonoma: "3600f98b38a27ffdcde55a5c3abdaecc76b0d5bdee91f04a853eabe3e9bb0460"
16-
sha256 cellar: :any, ventura: "9aea1234487bfd6243b67b7ef834fae1ccdc1e58a077e65b68cd203578e86457"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "590caa924a2dca41871d46d52108c92319fd17a52369594dea5ca1843517b230"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "cb6e9e8d7540b768740fb30c55d9de20196f5382587afff4e6dfd435fa0c2ccd"
12+
sha256 cellar: :any, arm64_sequoia: "57f3c1fbbd99df363ce1022cd00aee8884949939cfc67602f4e99f7632f36e1d"
13+
sha256 cellar: :any, arm64_sonoma: "9ded20fee42ee4985928d267c40a928514b93587316e5f6cb75a46033ceee9a9"
14+
sha256 cellar: :any, arm64_ventura: "129ec6e19bfea5c9400612c2aacc7ba667897644bdec49541572f27f0a46355a"
15+
sha256 cellar: :any, sonoma: "770c6a0887a0d02fb7b948413693a66ebf38bdddc24dd96fce32b3c691ee8567"
16+
sha256 cellar: :any, ventura: "1a709bd28316a81792435400d2ac53eb3ec3827cad87799ac60bfe349e33e592"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "985d0472f10a1db2bd1ec6407385125dc639aac101ec40c4addbe3fba23d306a"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0a35ec0c18da09e51535f2c9084d08b948b41fa17f59d140fea4ddabe9b1efec"
1919
end
2020

2121
depends_on "cmake" => :build

0 commit comments

Comments
 (0)