awscli 1.10.48
Closes #3146. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
a629406f88
commit
a048a746af
1 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
||||||
class Awscli < Formula
|
class Awscli < Formula
|
||||||
desc "Official Amazon AWS command-line interface"
|
desc "Official Amazon AWS command-line interface"
|
||||||
homepage "https://aws.amazon.com/cli/"
|
homepage "https://aws.amazon.com/cli/"
|
||||||
url "https://files.pythonhosted.org/packages/49/63/ad95ceb876bd289ecf7df301d73f310dcd7972444045b0bbbb3a6aeb1509/awscli-1.10.47.tar.gz"
|
url "https://files.pythonhosted.org/packages/e4/9c/89c4b5e7767e7c2b8d92c36a455d97bb4226d9434e7d5d4d0110ba27afff/awscli-1.10.48.tar.gz"
|
||||||
sha256 "176ec3e5783ed3e9291da5e9b6fc100cb4550b843bb0bb7201e780e4174cbf70"
|
sha256 "6864a04e5665ed868376f54598d5373b7a2d6d325b61f166b83d9f3ab7018f3b"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
@ -33,8 +33,8 @@ class Awscli < Formula
|
||||||
depends_on :python if MacOS.version <= :lion
|
depends_on :python if MacOS.version <= :lion
|
||||||
|
|
||||||
resource "botocore" do
|
resource "botocore" do
|
||||||
url "https://files.pythonhosted.org/packages/82/a2/15499d05a2c9a2e7b89904d2ff6906589eeaa4533f99a4aa478400a06fcd/botocore-1.4.37.tar.gz"
|
url "https://files.pythonhosted.org/packages/a5/4e/34b166e656b2501dd8bff03d3a15e55b13ca6accc1b0431a915ac6807c92/botocore-1.4.38.tar.gz"
|
||||||
sha256 "20dc1a0bf37019cac33e0f76d04a2831f2786cbee17f54da0e32a93caf86ef49"
|
sha256 "02f7ced1fd2b9e675cd55f08b4616dd0bc3e1f720dadede0cca88877d230b7e9"
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "colorama" do
|
resource "colorama" do
|
||||||
|
|
Loading…
Reference in a new issue