From d095867cc2187028b136195a6f06ae5c354d53f8 Mon Sep 17 00:00:00 2001 From: Marc Doeberin Date: Wed, 14 Dec 2022 23:27:08 +0100 Subject: [PATCH] awscli 2.9.7 Closes #118184. Signed-off-by: Patrick Linnane Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/awscli.rb b/Formula/awscli.rb index c80d9c51304..ca9fe684f2c 100644 --- a/Formula/awscli.rb +++ b/Formula/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/2.9.6.tar.gz" - sha256 "c60d780af70ab9e640e0e54bad561dd1b8ff457e382326d8e8832c8be4acaa35" + url "https://github.com/aws/aws-cli/archive/2.9.7.tar.gz" + sha256 "1fa81f74c6c6166c0be61e6fff2716ced52f00330c68a0d0b503bc1c11bb2439" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2"