diff options
| author | Leo Correa | 2015-04-01 14:11:41 -0400 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-02 11:26:16 +0100 |
| commit | 5e50675da6cadfcf646708f8a84707f6456e1233 (patch) | |
| tree | 894e9ce6bb8bb52ff366e4564b1612cc43272aa3 /Library | |
| parent | 832b677ec2b63dad189c8868029fcdaf27567dfe (diff) | |
| download | homebrew-5e50675da6cadfcf646708f8a84707f6456e1233.tar.bz2 | |
aws-elasticbeanstalk 3.2
Closes #38277.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/aws-elasticbeanstalk.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/aws-elasticbeanstalk.rb b/Library/Formula/aws-elasticbeanstalk.rb index 6ef4f0df8..45b1ed445 100644 --- a/Library/Formula/aws-elasticbeanstalk.rb +++ b/Library/Formula/aws-elasticbeanstalk.rb @@ -1,7 +1,7 @@ class AwsElasticbeanstalk < Formula homepage "https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-reference-eb.html" - url "https://pypi.python.org/packages/source/a/awsebcli/awsebcli-3.1.2.tar.gz" - sha1 "d64147b381574880b2f65e676b6e1b74a378d9cf" + url "https://pypi.python.org/packages/source/a/awsebcli/awsebcli-3.2.tar.gz" + sha1 "599f3ad277134e8fe061e23aa5e1cbe0b6844311" bottle do cellar :any |
