Skip to content

Commit

Permalink
aws-elasticbeanstalk 3.4.4
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#39928.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
Parent5446 authored and jacknagel committed May 21, 2015
1 parent f2966f6 commit 87e35f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 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.3.2.tar.gz"
sha256 "2854c0cc10138d14ccc8166a26e441bba2a1913d5a1c54a33b5a0a448b785942"
url "https://pypi.python.org/packages/source/a/awsebcli/awsebcli-3.4.4.tar.gz"
sha256 "f503253a6ed3e8ed567092927ca3e3baf41ba95f3ccbbe7ee798777d0592e879"

bottle do
cellar :any
Expand Down Expand Up @@ -42,7 +42,7 @@ class AwsElasticbeanstalk < Formula
sha256 "0577249d4b6c4b11fd97c28037e98664bfaa0559022fee7bcef6b752a106e505"
end

resource "textable" do
resource "texttable" do
url "https://pypi.python.org/packages/source/t/texttable/texttable-0.8.3.tar.gz"
sha256 "f333ac915e7c5daddc7d4877b096beafe74ea88b4b746f82a4b110f84e348701"
end
Expand All @@ -58,8 +58,8 @@ class AwsElasticbeanstalk < Formula
end

resource "dockerpty" do
url "https://pypi.python.org/packages/source/d/dockerpty/dockerpty-0.3.2.tar.gz"
sha256 "fa23e4dead1920f5b53774cabf688c4709ce617c4afb0b105ec4b71d42f124fb"
url "https://pypi.python.org/packages/source/d/dockerpty/dockerpty-0.3.3.tar.gz"
sha256 "5b9bd23e4a5f0ad28ea702adeebc1bb8b153c4a19526f230792b0af57f7eb3be"
end

resource "python-dateutil" do
Expand Down

0 comments on commit 87e35f5

Please sign in to comment.