diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mongodb.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index 45dc4a7f4..5694f16b5 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -17,9 +17,9 @@ end class Mongodb < Formula homepage 'http://www.mongodb.org/' - url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.0.tgz' - sha1 'def7102b6f8198134beee6ddacee5ea057651ef3' - version '2.4.0-x86_64' + url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.1.tgz' + sha1 'd11220cdaf5e8edb88b7b4cc0828ffa6149dd7b5' + version '2.4.1-x86_64' depends_on SixtyFourBitRequired |
