Skip to content

Commit

Permalink
awscli 1.10.48
Browse files Browse the repository at this point in the history
Closes #3146.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed Jul 20, 2016
1 parent a629406 commit a048a74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/awscli.rb
Expand Up @@ -2,8 +2,8 @@
class Awscli < Formula
desc "Official Amazon AWS command-line interface"
homepage "https://aws.amazon.com/cli/"
url "https://files.pythonhosted.org/packages/49/63/ad95ceb876bd289ecf7df301d73f310dcd7972444045b0bbbb3a6aeb1509/awscli-1.10.47.tar.gz"
sha256 "176ec3e5783ed3e9291da5e9b6fc100cb4550b843bb0bb7201e780e4174cbf70"
url "https://files.pythonhosted.org/packages/e4/9c/89c4b5e7767e7c2b8d92c36a455d97bb4226d9434e7d5d4d0110ba27afff/awscli-1.10.48.tar.gz"
sha256 "6864a04e5665ed868376f54598d5373b7a2d6d325b61f166b83d9f3ab7018f3b"

bottle do
cellar :any_skip_relocation
Expand Down Expand Up @@ -33,8 +33,8 @@ class Awscli < Formula
depends_on :python if MacOS.version <= :lion

resource "botocore" do
url "https://files.pythonhosted.org/packages/82/a2/15499d05a2c9a2e7b89904d2ff6906589eeaa4533f99a4aa478400a06fcd/botocore-1.4.37.tar.gz"
sha256 "20dc1a0bf37019cac33e0f76d04a2831f2786cbee17f54da0e32a93caf86ef49"
url "https://files.pythonhosted.org/packages/a5/4e/34b166e656b2501dd8bff03d3a15e55b13ca6accc1b0431a915ac6807c92/botocore-1.4.38.tar.gz"
sha256 "02f7ced1fd2b9e675cd55f08b4616dd0bc3e1f720dadede0cca88877d230b7e9"
end

resource "colorama" do
Expand Down

0 comments on commit a048a74

Please sign in to comment.