diff options
| author | Ernie Hershey | 2014-01-10 16:21:46 -0500 | 
|---|---|---|
| committer | Mike McQuaid | 2014-01-11 00:24:09 +0000 | 
| commit | a370270b5fb3c8aa08dea23d85ca7bca47fc38a7 (patch) | |
| tree | 20a0c4f4919975f1944cb6b583ba15b452f3d598 | |
| parent | a4096f25bd6ceccefcc1db6ef71953305bf86373 (diff) | |
| download | homebrew-a370270b5fb3c8aa08dea23d85ca7bca47fc38a7.tar.bz2 | |
mongodb 2.4.9
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/mongodb.rb | 14 | 
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  | 
