From 19edf07c6c180d62fee7f79e2c2fe9ec7f3c1a36 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 15 Jan 2025 22:50:06 +0000 Subject: [PATCH 1/2] awscli 2.23.0 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 83d90fd760fe2..f29f0f7767cf7 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ 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.35.tar.gz" - sha256 "587e597ed159a00da1e5c61f58da61b7386345e65ded23b393353944a40838cf" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.23.0.tar.gz" + sha256 "49f7a20bd90e0735a1a924753f9f7e479124d28f2bf7fe2581c29eac1c5b2fff" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 0bf06b5f907760f87e56e6adbbdd61879e75c88d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 16 Jan 2025 00:53:59 +0000 Subject: [PATCH 2/2] awscli: update 2.23.0 bottle. --- Formula/a/awscli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index f29f0f7767cf7..37c179fbb4df9 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,12 +9,12 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "468a35bba44849818c329ba17026566245ec990fad05de910c96c6b37b15b250" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b88abf0d0760986c7608ed30a0fd6461eccab6ebeb97cdf521d1e0adb7be678" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6f7d20ca8923be4fb6c9acfee364a95d9c3753c51650dcfa1d0fb1a3f5906c59" - sha256 cellar: :any_skip_relocation, sonoma: "29b5746d9c751cd5e58e9ec7f0dab70ea4f9304d7fa87375583a46c0fac6c37a" - sha256 cellar: :any_skip_relocation, ventura: "b27fcbdd0bed90b681d2c82961254dd7203fb889e7f3272f6449fcb0b9bea0e0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "44a8c5a609c9c22f0d29f530c1701e74dc0eb9b972e64491fbbf7830baa4f4d3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5089b00fee410293260b27cd637d46ab8f456025a4dbd9a4af918246c6cb06fc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7ea0f591ef52ff6282ef448d5cf6fb9325b45068e64e98bcfa024ee5b3c2e904" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0f61c9546bbe64477d7ee60180d7f71378f1f7342aaf1fda2054524dfae444de" + sha256 cellar: :any_skip_relocation, sonoma: "097282a776fed0e0fc36b50469893b9b660bbbbf1d842ca61ad76edc8da8f014" + sha256 cellar: :any_skip_relocation, ventura: "5513b3f9246eb1d5ac11590c8cab1186e68d8e965b9393808ed799a7db684467" + sha256 cellar: :any_skip_relocation, x86_64_linux: "284829c8c98e7dad67827781bdacc4fde543bd1c5dcdadd4de78eae61c4b97bc" end depends_on "cmake" => :build