aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-02-28 23:22:31 +0000
committerJack Nagel2015-02-28 23:34:21 -0500
commit1cd2662fea2494922f9119383fcde13d9d360a8f (patch)
tree00314def9a6e984dfb590d5af4f63fbbe7e4f824
parentb7c9b90b1136efaa7d5cc8a81deacd6ec614cef6 (diff)
downloadhomebrew-1cd2662fea2494922f9119383fcde13d9d360a8f.tar.bz2
appscale-tools: add 2.2.0 bottle.
-rw-r--r--Library/Formula/appscale-tools.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/appscale-tools.rb b/Library/Formula/appscale-tools.rb
index ec906021f..6b36cbd90 100644
--- a/Library/Formula/appscale-tools.rb
+++ b/Library/Formula/appscale-tools.rb
@@ -4,6 +4,13 @@ class AppscaleTools < Formula
sha1 "74420507e21e14c780b020d487552964ecd1748f"
head "https://github.com/AppScale/appscale-tools.git"
+ bottle do
+ cellar :any
+ sha1 "6dae0110db95a47f949e3c8369135220910d5615" => :yosemite
+ sha1 "d3078fbebb496d862b8fdb1c00dbb43de9c3def7" => :mavericks
+ sha1 "a9157eeea6487d7c488e4039c778fea5f4188f23" => :mountain_lion
+ end
+
depends_on :python if MacOS.version <= :snow_leopard
depends_on "libyaml"