aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tutum.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/tutum.rb b/Library/Formula/tutum.rb
index 12a39eb04..9d6ef7642 100644
--- a/Library/Formula/tutum.rb
+++ b/Library/Formula/tutum.rb
@@ -5,6 +5,13 @@ class Tutum < Formula
url "https://github.com/tutumcloud/tutum-cli/archive/0.9.8.tar.gz"
sha1 "3ee6842960decc5b8875bef90732b616f28db553"
+ bottle do
+ cellar :any
+ sha1 "deb8e33f7fcf271707bb8494f50cf7e290c065d2" => :yosemite
+ sha1 "983779f2c064e1a9be03fe22e654d3b9fa34f292" => :mavericks
+ sha1 "4e8584bfb10d7fc0abe509c8349f866f509a8a9e" => :mountain_lion
+ end
+
depends_on :python if MacOS.version <= :snow_leopard
depends_on "libyaml"