aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/mongodb.rb14
1 files changed, 3 insertions, 11 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb
index 66c69e97c..c8d735457 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/Formula/mongodb.rb
@@ -2,14 +2,8 @@ require 'formula'
class Mongodb < Formula
homepage 'http://www.mongodb.org/'
- url 'http://downloads.mongodb.org/src/mongodb-src-r2.4.8.tar.gz'
- sha1 '59fa237e102c9760271df9433ee7357dd0ec831f'
-
- bottle do
- sha1 '959debee5883e3b3cc9730fcb09c6b5a6c827a28' => :mavericks
- sha1 'd3ee1821c3a11b0f5e399f5ba32b724d54fc22d9' => :mountain_lion
- sha1 '08dc5f0eb32fd70afe3b0ac6f1c260aa353f7432' => :lion
- end
+ url 'http://downloads.mongodb.org/src/mongodb-src-r2.4.9.tar.gz'
+ sha1 '3aa495cf32769a09ee9532827391892d96337d6b'
devel do
url 'http://downloads.mongodb.org/src/mongodb-src-r2.5.4.tar.gz'
@@ -22,9 +16,7 @@ class Mongodb < Formula
if build.stable?
[
# Fix Clang v8 build failure from build warnings and -Werror
- 'https://github.com/mongodb/mongo/commit/be4bc7.patch',
- # Fixes crash on shell exit for 2.4.x
- 'https://github.com/mongodb/mongo/commit/670c98.patch'
+ 'https://github.com/mongodb/mongo/commit/be4bc7.patch'
]
end
end