aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-08-21 09:13:25 +0100
committerMike McQuaid2014-08-21 14:41:34 +0100
commit9dcdab33172ae778b855bc425ea1b319e8c49007 (patch)
tree9a4204e35daa2a7c098f263476c803d0274f3839 /Library
parentc236c4ee31220741401faaa40cc312bd8bfeea3a (diff)
downloadhomebrew-9dcdab33172ae778b855bc425ea1b319e8c49007.tar.bz2
disco: add 0.5.3 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/disco.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/disco.rb b/Library/Formula/disco.rb
index a0393dc54..fdf78aa8a 100644
--- a/Library/Formula/disco.rb
+++ b/Library/Formula/disco.rb
@@ -5,6 +5,13 @@ class Disco < Formula
url "https://github.com/discoproject/disco/archive/0.5.3.tar.gz"
sha1 "78e1f38d54460f472d2e862988eb8af3b30afb1f"
+ bottle do
+ cellar :any
+ sha1 "851d946ce9d8e0858819c3547ffe60b8a59f2bc8" => :mavericks
+ sha1 "c99a5204936a046a0f3eff9a0c9e48a4ae058817" => :mountain_lion
+ sha1 "66bd8a4206896bf74270275514756a779d20d3b2" => :lion
+ end
+
depends_on :python if MacOS.version <= :snow_leopard
depends_on "erlang"
depends_on "simplejson" => :python if MacOS.version <= :leopard