From f11f8fb84fa1725b737eda0045d6875b1dbdac32 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Wed, 26 Feb 2014 13:20:32 +0000 Subject: clib: add 1.0.0 bottle. --- Library/Formula/clib.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library/Formula') 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" -- cgit v1.2.3