aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorFeng Honglin2014-10-25 22:33:49 +0800
committerMike McQuaid2014-10-26 11:29:15 +0000
commit744bee642825f24986a069828ced6a927d450dc9 (patch)
tree7aa54293f9a41aac489b9e53805ac44e0ef1772c /Library/Formula
parent7b221fac68e43ac122892c0c42740680f0557e7b (diff)
downloadhomebrew-744bee642825f24986a069828ced6a927d450dc9.tar.bz2
tutum 0.9.8
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tutum.rb15
1 files changed, 4 insertions, 11 deletions
diff --git a/Library/Formula/tutum.rb b/Library/Formula/tutum.rb
index 597dff8e8..12a39eb04 100644
--- a/Library/Formula/tutum.rb
+++ b/Library/Formula/tutum.rb
@@ -2,15 +2,8 @@ require "formula"
class Tutum < Formula
homepage "https://www.tutum.co/"
- url "https://github.com/tutumcloud/tutum-cli/archive/0.9.1.4.tar.gz"
- sha1 "fa736ce94b204966f101251b8f8287147a9de3ec"
-
- bottle do
- cellar :any
- sha1 "b1cb67c8e2f312069f524076853bdaa573a5a06b" => :yosemite
- sha1 "346eb88f4ed97ef6bfc005d7bdae37fbef1ad29d" => :mavericks
- sha1 "63772b299987d56ecf696024040dc02dc277b522" => :mountain_lion
- end
+ url "https://github.com/tutumcloud/tutum-cli/archive/0.9.8.tar.gz"
+ sha1 "3ee6842960decc5b8875bef90732b616f28db553"
depends_on :python if MacOS.version <= :snow_leopard
depends_on "libyaml"
@@ -41,8 +34,8 @@ class Tutum < Formula
end
resource "python-tutum" do
- url "https://pypi.python.org/packages/source/p/python-tutum/python-tutum-0.9.1.1pre.tar.gz"
- sha1 "828c8ffe052d3a9af290dc6e934ecf5f5d4efa21"
+ url "https://pypi.python.org/packages/source/p/python-tutum/python-tutum-0.9.8.tar.gz"
+ sha1 "e99c08e6ca7d9b1bb422d1954318e9e17b29fa27"
end
resource "six" do