Skip to content

Commit

Permalink
Merge pull request #196397 from Homebrew/bump-awscli-2.19.1
Browse files Browse the repository at this point in the history
awscli 2.19.1
  • Loading branch information
BrewTestBot authored Nov 1, 2024
2 parents 2e4271b + d7f3406 commit 04bb371
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/a/awscli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ class Awscli < Formula

desc "Official Amazon AWS command-line interface"
homepage "https://aws.amazon.com/cli/"
url "https://github.com/aws/aws-cli/archive/refs/tags/2.19.0.tar.gz"
sha256 "5f4b572a2c2408b35ad39c161219641e7fa5418a5e1fd5db3b6d2c81b4f1e4a6"
url "https://github.com/aws/aws-cli/archive/refs/tags/2.19.1.tar.gz"
sha256 "c0785d79b6d175f97255f0c84ba963fa96ff1f02b6e6cea9e2892657be255ab0"
license "Apache-2.0"
head "https://github.com/aws/aws-cli.git", branch: "v2"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "76cefc47a9051d21a534d88e52a88a88b414d2ecb8c36f7a475c52a34da808f9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "da33776c30350e70885afb7ee342b559d7adf5360ab833f25b1b4f28e9765c36"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9085ef1a1c92f7c2b1b16740a3019a085eabbcc4f521fe1e812e4e91cd55b33b"
sha256 cellar: :any_skip_relocation, sonoma: "0fe30f2e5643efc4ea00ecee9aab3e7e421383c848251c7440cf8b5c398a028e"
sha256 cellar: :any_skip_relocation, ventura: "37692f4a838d65b828dd7d721ad407f9f36ac955084c9ccc57480926f53f9f32"
sha256 cellar: :any_skip_relocation, x86_64_linux: "59ac76064c4071f98aaa3d1dc11f8ecf4ccdf40733cc268304060cec46569fac"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a140b62a6a23b474738b1ec488008db721b9ea3ad6c5e514bf9ff078bf290c91"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "abc83c94e151b526791babf322decc534d2164da6b81e21cbc13b080fa990e61"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fefa19d2c48535b589644b207bf7be57715865f0c6dceb2c44984d490d1b299b"
sha256 cellar: :any_skip_relocation, sonoma: "48db2696a48b43499ee7d559391b9d323fe64e13d0f73f45c925f484bcabe1c7"
sha256 cellar: :any_skip_relocation, ventura: "025a44aea7d0d8880cdf69d278e09ed743a9bf091a2307e1c99cef71100c1531"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0cbfd679d43f6b42a5cb893b2d714c04d17ff572b109a297ae84bb79a21a69e1"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 04bb371

Please sign in to comment.