aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-02-26 13:20:32 +0000
committerMike McQuaid2014-02-26 13:23:57 +0000
commitf11f8fb84fa1725b737eda0045d6875b1dbdac32 (patch)
tree1e4a07edfd624aec615e1dbe363ea7979c76ac19 /Library/Formula
parent6c05a4867652f265da548a8b80d5a000c172fed5 (diff)
downloadhomebrew-f11f8fb84fa1725b737eda0045d6875b1dbdac32.tar.bz2
clib: add 1.0.0 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/clib.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/clib.rb b/Library/Formula/clib.rb
index a634e4446..a6cd83c22 100644
--- a/Library/Formula/clib.rb
+++ b/Library/Formula/clib.rb
@@ -5,6 +5,13 @@ class Clib < Formula
url "https://github.com/clibs/clib/archive/1.0.0.tar.gz"
sha1 "d840b4259190e1b3ce6cc0970f3e9f659226b9d3"
+ bottle do
+ cellar :any
+ sha1 "b533a51036f0013496bf8ca8a5039d0a705436f9" => :mavericks
+ sha1 "26d64bc906d6487f1009917f19deb7ad859ccb36" => :mountain_lion
+ sha1 "c963615301797d63ca65e927432173a5fbb33d24" => :lion
+ end
+
def install
ENV["PREFIX"] = prefix
system "make", "install"