diff options
Diffstat (limited to 'Library/Formula/mongodb.rb')
| -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 9cb17b565..520b4490f 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -22,9 +22,9 @@ class Mongodb < Formula version '2.2.3-x86_64' devel do - url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.0-rc2.tgz' - sha1 '651e8b59c38367e4038449104c6e884f8216ac2c' - version '2.4.0-rc2-x86_64' + url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.0-rc3.tgz' + sha1 '9ce2dc8b5fe8354131403c151167eb052df24a1f' + version '2.4.0-rc3-x86_64' end depends_on SixtyFourBitRequired |
