mongo-c: add 0.96.0 bottle.

Closes Homebrew/homebrew#29788.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
BrewTestBot 2014-06-02 19:10:41 +01:00 committed by Mike McQuaid
parent 4723516fa1
commit 910be0bd1a

View file

@ -5,6 +5,13 @@ class MongoC < Formula
url 'https://github.com/mongodb/mongo-c-driver/releases/download/0.96.0/mongo-c-driver-0.96.0.tar.gz'
sha1 '2719914366fd95e64e90fc672d7eb18b488e85e6'
bottle do
cellar :any
sha1 "2b47b10f5acee744bfbe52edefa43a5026569d72" => :mavericks
sha1 "e7bcfd6172bf4791636157e4671bcf6cb4a02540" => :mountain_lion
sha1 "c60ea467d0f9765ae489f6c9687b606b92c6c330" => :lion
end
depends_on 'pkg-config' => :build
depends_on 'libbson'