aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-06-08 12:30:39 +0100
committerMike McQuaid2014-06-08 16:52:46 +0100
commit61f51ba1af6a3f26c08d97ada0b837e504c8df9c (patch)
treedcbf0aa838d095f5fc277cfa944a95f1d482489d /Library/Formula
parente7b782147da50d73083cebc8e686568d3d3eea8f (diff)
downloadhomebrew-61f51ba1af6a3f26c08d97ada0b837e504c8df9c.tar.bz2
mercurial: add 3.0.1 bottle.
Closes #29969. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mercurial.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb
index c5ec5b591..62a7b86a9 100644
--- a/Library/Formula/mercurial.rb
+++ b/Library/Formula/mercurial.rb
@@ -8,6 +8,13 @@ class Mercurial < Formula
mirror 'http://fossies.org/linux/misc/mercurial-3.0.1.tar.gz'
sha1 '2d257836d28d22e4da3d0ad72b0489f6587b1165'
+ bottle do
+ cellar :any
+ sha1 "9bb19e521a3959bc4c1c60a9a446413657764f38" => :mavericks
+ sha1 "734a6703d880bc7828b53eaf546df9d79ebac785" => :mountain_lion
+ sha1 "87b4ea239964f96a4c7815a22f1422fff218d05b" => :lion
+ end
+
def install
ENV.minimal_optimization if MacOS.version <= :snow_leopard