diff options
| author | Ernie Hershey | 2013-11-18 18:06:56 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-11-18 19:12:00 -0600 |
| commit | 42008bef7a7a111bf553c7302f8df3144cf4a13e (patch) | |
| tree | 4a408053713dad165a0b31f2bb43663fb1d41a46 /Library/Formula | |
| parent | f3251cb6e95c028257cea9264a4ddd554b4fc70f (diff) | |
| download | homebrew-42008bef7a7a111bf553c7302f8df3144cf4a13e.tar.bz2 | |
MongoDB devel 2.5.4
[jn: fix patches]
Closes #24464.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mongodb.rb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index 93d2c707a..40ee223ff 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -6,19 +6,15 @@ class Mongodb < Formula sha1 '59fa237e102c9760271df9433ee7357dd0ec831f' devel do - url 'http://downloads.mongodb.org/src/mongodb-src-r2.5.3.tar.gz' - sha1 '8fbd7f6f2a55092ae0e461ee0f5a4a7f738d40c9' + url 'http://downloads.mongodb.org/src/mongodb-src-r2.5.4.tar.gz' + sha1 'ad40b93c9638178cd487c80502084ac3a9472270' end head 'https://github.com/mongodb/mongo.git' def patches - # Fix osx_min_verson issues with clang - # This ensures libstdc++ is picked, since mongodb is not yet compatible - p = [] - p << 'https://github.com/mongodb/mongo/commit/978af9.patch' if build.devel? # Fix Clang v8 build failure from build warnings and -Werror - p << 'https://github.com/mongodb/mongo/commit/be4bc7.patch' if build.stable? + 'https://github.com/mongodb/mongo/commit/be4bc7.patch' if build.stable? end depends_on 'scons' => :build |
