Skip to content

Commit

Permalink
Merge pull request #201838 from Homebrew/bump-awscli-2.22.21
Browse files Browse the repository at this point in the history
awscli 2.22.21
  • Loading branch information
BrewTestBot authored Dec 20, 2024
2 parents 2d63791 + 2b31ac3 commit 2913e84
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 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.22.20.tar.gz"
sha256 "44dd45d58cc225236ee2b7d6cdbdb4b4c444275aaa1d3e9cad0ebc16e8570489"
url "https://github.com/aws/aws-cli/archive/refs/tags/2.22.21.tar.gz"
sha256 "20961efd508632118ce1b2793979c8544ace7ef763f9cc0cd76463377dcb3294"
license "Apache-2.0"
head "https://github.com/aws/aws-cli.git", branch: "v2"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5f1f03db02002b69512f81557fbd9da599e52bbc1e63f611f94b2b710845fb7f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7827efa63079df51e2ed1ae8a477f82de694c01efd4ada572c6cbdf724252b0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f3865d02ea9bd77015a1b565d4c309eb4ffe959a0713143daa12c9ae0103c66d"
sha256 cellar: :any_skip_relocation, sonoma: "da2f3b2288f459cdef31d644b4f8b04c4baf37de3a76bf3c57a4878b0d605331"
sha256 cellar: :any_skip_relocation, ventura: "371685dd4eccf5535280d4f9d2977042579a9f1b05d35e017c1da7cf0e0ecd5e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b5d24ecb2081fdfec92a07330b6af6a695451b18f6a5e0bb75a3de0fe404fee4"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f09066cbbc277d58d44a1f0e5cd7b1cdcd2703dbdb0b515621c47b3b31d5e8b4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f2ee8c38a8c63ad626dc092befef15cfedeeed5339ea90950cca1a34e771686a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "46d1343335793bb48c42767a63588361f75104059e676e6893d14e5299f7bdab"
sha256 cellar: :any_skip_relocation, sonoma: "641210468caf7c1625c14687bbcdeeac85f79ae1190e342a94d44c08786d8df0"
sha256 cellar: :any_skip_relocation, ventura: "122e1ccf3af1b6de27b6f981e353425779b6b72850a198e4919ef1e484eaf4e4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "395b1f7ddaa05ed0884b3a0611ec0b48b8ffa51eaaffb57e44d02fae5e457323"
end

depends_on "cmake" => :build
Expand Down Expand Up @@ -49,8 +49,8 @@ class Awscli < Formula
end

resource "flit-core" do
url "https://files.pythonhosted.org/packages/c4/e6/c1ac50fe3eebb38a155155711e6e864e254ce4b6e17fe2429b4c4d5b9e80/flit_core-3.9.0.tar.gz"
sha256 "72ad266176c4a3fcfab5f2930d76896059851240570ce9a98733b658cb786eba"
url "https://files.pythonhosted.org/packages/d5/ae/09427bea9227a33ec834ed5461432752fd5d02b14f93dd68406c91684622/flit_core-3.10.1.tar.gz"
sha256 "66e5b87874a0d6e39691f0e22f09306736b633548670ad3c09ec9db03c5662f7"
end

resource "jmespath" do
Expand Down Expand Up @@ -93,6 +93,11 @@ class Awscli < Formula
sha256 "72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"
end

resource "zipp" do
url "https://files.pythonhosted.org/packages/54/bf/5c0000c44ebc80123ecbdddba1f5dcd94a5ada602a9c225d84b5aaa55e86/zipp-3.20.2.tar.gz"
sha256 "bc9eb26f4506fda01b81bcde0ca78103b6e62f991b381fec825435c836edbc29"
end

def python3
which("python3.12")
end
Expand Down

0 comments on commit 2913e84

Please sign in to comment.