From e60dcfd9c185a4e9423843014e608bae24a43f89 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Thu, 1 May 2014 20:03:29 +0100 Subject: libcmph: add 2.0 bottle. --- Library/Formula/libcmph.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library') diff --git a/Library/Formula/libcmph.rb b/Library/Formula/libcmph.rb index dfb4b7bee..01cc479e6 100644 --- a/Library/Formula/libcmph.rb +++ b/Library/Formula/libcmph.rb @@ -5,6 +5,13 @@ class Libcmph < Formula url 'https://downloads.sourceforge.net/project/cmph/cmph/cmph-2.0.tar.gz' sha1 'eabdd4cd9f9bb2fed6773caac8d91638ad2d02b7' + bottle do + cellar :any + sha1 "c4d510aad625eb17bc833ed979664a492403ce19" => :mavericks + sha1 "1467eedfe3b9c9e6a06890133782a263faf67826" => :mountain_lion + sha1 "0542344c8bb8a77bb2896d2129dff5c0cb1d2c22" => :lion + end + def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" -- cgit v1.2.3