aws-elasticbeanstalk 3.4.4
Closes Homebrew/homebrew#39928. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
f2966f699d
commit
87e35f5e41
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue