awscli 1.16.120
Closes #37712. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
0a673c4921
commit
480c5ecdd6
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ class Awscli < Formula
|
|||
desc "Official Amazon AWS command-line interface"
|
||||
homepage "https://aws.amazon.com/cli/"
|
||||
# awscli should only be updated every 10 releases on multiples of 10
|
||||
url "https://github.com/aws/aws-cli/archive/1.16.110.tar.gz"
|
||||
sha256 "4e14679669b7f7b6a608cccb8d9c688db4a18dddf26ed5c91088e43a8281c568"
|
||||
url "https://github.com/aws/aws-cli/archive/1.16.120.tar.gz"
|
||||
sha256 "5802471eb42df4f830ae6d0d85799cf2588d1b70dcf8207ec579d8d8a00340b9"
|
||||
head "https://github.com/aws/aws-cli.git", :branch => "develop"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue