aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/awscli.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/awscli.rb')
-rw-r--r--Library/Formula/awscli.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/awscli.rb b/Library/Formula/awscli.rb
index 2c9a1ca1c..18546a38d 100644
--- a/Library/Formula/awscli.rb
+++ b/Library/Formula/awscli.rb
@@ -2,8 +2,8 @@ require "formula"
class Awscli < Formula
homepage "https://aws.amazon.com/cli/"
- url "https://pypi.python.org/packages/source/a/awscli/awscli-1.3.6.tar.gz"
- sha1 "5971db1f8a19e87c9dd798a0233490114bb1d9ac"
+ url "https://pypi.python.org/packages/source/a/awscli/awscli-1.3.7.tar.gz"
+ sha1 "35f5108e6dcdbc1a4615b99ccc34611da259cc25"
head do
url "https://github.com/aws/aws-cli.git", :branch => :develop
@@ -24,8 +24,8 @@ class Awscli < Formula
depends_on :python
resource "botocore" do
- url "https://pypi.python.org/packages/source/b/botocore/botocore-0.40.0.tar.gz"
- sha1 "ca2eaee41fec17018f1e3e1d726bb6e2c40f704e"
+ url "https://pypi.python.org/packages/source/b/botocore/botocore-0.41.0.tar.gz"
+ sha1 "fc7fbaeeff0fda9a790fb76d8005a814bc0da19d"
end
resource "bcdoc" do