aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-03-21 17:43:37 +0000
committerMike McQuaid2015-03-21 18:36:23 +0000
commitc0a0812bd5632db17fbc6b614b0097c4ad0013ce (patch)
treef89afd0d96a4d36eb3fc287262c167fde89b50d0
parent2b23c5b70febf76e85984d5d25d58a26c7a01758 (diff)
downloadhomebrew-c0a0812bd5632db17fbc6b614b0097c4ad0013ce.tar.bz2
mongodb: update 3.0.1 bottle.
-rw-r--r--Library/Formula/mongodb.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb
index 0405c828f..71c3dd77b 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/Formula/mongodb.rb
@@ -16,6 +16,9 @@ class Mongodb < Formula
end
bottle do
+ sha256 "3761153651660207c145da9eac659c7b8ddaed879b44f6127c534d5f79e32f46" => :yosemite
+ sha256 "f761d0e8d97fcc924c466165a6193c7c8169153b9afd33ca77b35bbb3a16b5e7" => :mavericks
+ sha256 "7b212a87996b0e3cc9a9eddb180ec41bfbe9e056528c5f060029d94c18a8828a" => :mountain_lion
end
option "with-boost", "Compile using installed boost, not the version shipped with mongodb"