diff options
| author | BrewTestBot | 2014-10-23 20:30:42 +0100 | 
|---|---|---|
| committer | Jack Nagel | 2014-10-23 16:58:06 -0500 | 
| commit | 17cf3361d68a68ed4a2adc22849ccbc2c8290ccf (patch) | |
| tree | 7f4d8f2390fbb2ceaf2a05604176f300920db8bd | |
| parent | 968ffb4220bfa831413dc82d2646756f692cbb93 (diff) | |
| download | homebrew-17cf3361d68a68ed4a2adc22849ccbc2c8290ccf.tar.bz2 | |
libbson: update 1.0.2 bottle.
| -rw-r--r-- | Library/Formula/libbson.rb | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/Library/Formula/libbson.rb b/Library/Formula/libbson.rb index e0855ee6d..5d6fe0c27 100644 --- a/Library/Formula/libbson.rb +++ b/Library/Formula/libbson.rb @@ -7,10 +7,9 @@ class Libbson < Formula    bottle do      cellar :any -    revision 1 -    sha1 "3297d100eaedf77809f91c51a7f72a73b593b933" => :yosemite -    sha1 "df8c11ab2248097d690e052f890658e357a16b59" => :mavericks -    sha1 "1f1dc1a0f7a196c8211a8e2fc1b3b2f69b58aefd" => :mountain_lion +    sha1 "290424b019dfc4ddf6aa0eb441b7882d3d60d688" => :yosemite +    sha1 "ce84cf5b8745f559d0c9275c45ae0212d0b39e96" => :mavericks +    sha1 "12916e6c197294cfafd5de0eab2d25eb732d4a30" => :mountain_lion    end    def install | 
