diff options
| author | Feng Honglin | 2015-01-17 12:12:04 +0800 |
|---|---|---|
| committer | Tim D. Smith | 2015-01-16 23:43:33 -0800 |
| commit | 10217ff25db5b072425313cae9f25c55b090a2ed (patch) | |
| tree | 11aaf2aa482c3f00cbfa1092bb8ac71ca8cb9665 /Library/Formula | |
| parent | d291bb8c144eaa328c4537f5e9797d09f45a79df (diff) | |
| download | homebrew-10217ff25db5b072425313cae9f25c55b090a2ed.tar.bz2 | |
tutum 0.11.2
Closes #35972.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tutum.rb | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Library/Formula/tutum.rb b/Library/Formula/tutum.rb index 456faccbd..f6c110546 100644 --- a/Library/Formula/tutum.rb +++ b/Library/Formula/tutum.rb @@ -2,8 +2,8 @@ require "formula" class Tutum < Formula homepage "https://www.tutum.co/" - url "https://github.com/tutumcloud/tutum-cli/archive/v0.11.0.1.tar.gz" - sha1 "501b0ec1582b741b2eca81bb5a27b11499b42f0c" + url "https://github.com/tutumcloud/tutum-cli/archive/v0.11.2.tar.gz" + sha1 "b4b85c487b0f020f266ca2f3964d12c716186371" bottle do cellar :any @@ -32,8 +32,8 @@ class Tutum < Formula end resource "python-tutum" do - url "https://pypi.python.org/packages/source/p/python-tutum/python-tutum-0.11.0.tar.gz" - sha1 "a8b011697fe015c468eeeed33ce242631e11d39a" + url "https://pypi.python.org/packages/source/p/python-tutum/python-tutum-0.11.1.tar.gz" + sha1 "03c43c6c8c263bbd7b8b1aede0079353ced2ae60" end resource "backports.ssl-match-hostname" do @@ -66,6 +66,11 @@ class Tutum < Formula sha1 "3348c226eb44324417db777e962fec6bda8134b9" end + resource "future" do + url "https://pypi.python.org/packages/source/f/future/future-0.14.3.tar.gz" + sha1 "44fdd9323913d21068b29ecda795a98c07dc8a40" + end + def install ENV.prepend_create_path "PYTHONPATH", libexec/"vendor/lib/python2.7/site-packages" resources.each do |r| |
