From ebd7807bd35d1e947295a2fd33d3fc040314517a Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Thu, 3 Jul 2014 18:36:38 +0100 Subject: libbson: add 0.8.4 bottle. --- Library/Formula/libbson.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/libbson.rb b/Library/Formula/libbson.rb index 8e9534630..cade76f09 100644 --- a/Library/Formula/libbson.rb +++ b/Library/Formula/libbson.rb @@ -5,6 +5,13 @@ class Libbson < Formula url "https://github.com/mongodb/libbson/releases/download/0.8.4/libbson-0.8.4.tar.gz" sha1 "698d68defaec7ed67d4f17090ae183aaa47a21df" + bottle do + cellar :any + sha1 "d0a43ac2ce476cf7bc20350857786713418c7977" => :mavericks + sha1 "9fd0d05b79e2cc48811df35dabcc0878c205af55" => :mountain_lion + sha1 "cfb36772ff29c3aaf00815a372e0e20d9fa3b08c" => :lion + end + def install system "./configure", "--enable-silent-rules", "--prefix=#{prefix}" system "make", "install" -- cgit v1.2.3