awscli 1.9.5
Closes Homebrew/homebrew#45830. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
0350d6b341
commit
fa61c6d882
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
class Awscli < Formula
|
||||
desc "Official Amazon AWS command-line interface"
|
||||
homepage "https://aws.amazon.com/cli/"
|
||||
url "https://pypi.python.org/packages/source/a/awscli/awscli-1.9.2.tar.gz"
|
||||
mirror "https://github.com/aws/aws-cli/archive/1.9.2.tar.gz"
|
||||
sha256 "948ce478238f04b36c654203915f4099b997ec6d68fc7e694fe4b7377050f041"
|
||||
url "https://pypi.python.org/packages/source/a/awscli/awscli-1.9.5.tar.gz"
|
||||
mirror "https://github.com/aws/aws-cli/archive/1.9.5.tar.gz"
|
||||
sha256 "4956fa70773f66e06ef224f1d83e3a4ec5736a1be486a65519bd0fe4eba3269b"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -50,8 +50,8 @@ class Awscli < Formula
|
|||
end
|
||||
|
||||
resource "botocore" do
|
||||
url "https://pypi.python.org/packages/source/b/botocore/botocore-1.3.2.tar.gz"
|
||||
sha256 "af8176c95244bd9195afb4cf2a2c21a605e884cf6886889c6d983d2adda844ad"
|
||||
url "https://pypi.python.org/packages/source/b/botocore/botocore-1.3.5.tar.gz"
|
||||
sha256 "9cf093b1f88788845b24f85dbd6ccf3577a2f36d2f5dd7928f46d4fcf494f3eb"
|
||||
end
|
||||
|
||||
resource "docutils" do
|
||||
|
|
Loading…
Reference in a new issue