From 94d497f8d3f99a6a1ce784b255e5b3d6c0c95c43 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Thu, 3 Jul 2014 18:36:38 +0100 Subject: [PATCH] libcello: add 1.1.7 bottle. --- Formula/libcello.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/libcello.rb b/Formula/libcello.rb index 65500d3a56..4632b58c17 100644 --- a/Formula/libcello.rb +++ b/Formula/libcello.rb @@ -6,6 +6,13 @@ class Libcello < Formula url 'http://libcello.org/static/libCello-1.1.7.tar.gz' sha1 'e00e92ccdaf16c3443e0c75421b6cc73b1f727b1' + bottle do + cellar :any + sha1 "8d856cc8f5c920f4e230953d4001f7be293c3edc" => :mavericks + sha1 "642659eb3b985edc99b8a83e28fa61fb7502424a" => :mountain_lion + sha1 "70c8a20fd03ea6208948e8dc75df56eca383dfc5" => :lion + end + def install system "make", "check" system "make", "install", "PREFIX=#{prefix}"