diff options
| author | Ernie Hershey | 2014-05-27 13:30:31 -0400 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-27 20:11:03 -0500 | 
| commit | db4fb7f0f3a5dd2a1cfdb61c4c55c0c9ce35fe82 (patch) | |
| tree | 92964e24cad750beb1ed73134f1eb06174f009f6 /Library/Formula/mongodb.rb | |
| parent | 335407e58f4d1195f383b4fcee9f77cd180944a4 (diff) | |
| download | homebrew-db4fb7f0f3a5dd2a1cfdb61c4c55c0c9ce35fe82.tar.bz2 | |
mongodb devel 2.7.1
Closes #29623.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/mongodb.rb')
| -rw-r--r-- | Library/Formula/mongodb.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index 5158b5c07..5e2b4399f 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -12,8 +12,8 @@ class Mongodb < Formula    end    devel do -     url "http://downloads.mongodb.org/src/mongodb-src-r2.7.0.tar.gz" -     sha1 "43449a69c3386e13fdb6abb2b13933f3ba607cc5" +    url "http://downloads.mongodb.org/src/mongodb-src-r2.7.1.tar.gz" +    sha1 "c38646cdc0452eabe78c088c61e0f3d4cd87e1ec"    end    head "https://github.com/mongodb/mongo.git"  | 
