diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mesos.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/mesos.rb b/Library/Formula/mesos.rb index 99262ad2d..b88d61b20 100644 --- a/Library/Formula/mesos.rb +++ b/Library/Formula/mesos.rb @@ -5,6 +5,11 @@ class Mesos < Formula url "http://mirror.cogentco.com/pub/apache/mesos/0.19.1/mesos-0.19.1.tar.gz" sha1 "3f219313324f86e11df25688ccb86c2814ab29c5" + bottle do + sha1 "2758230a98122a25764c7fc4358f45b16c013464" => :mavericks + sha1 "96d0ab4739014e7c51796209a5ce911142f9ac9e" => :mountain_lion + end + depends_on :java => "1.7" depends_on :macos => :mountain_lion |
