aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mongodb.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb
index 656658e01..aaa1b98ed 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/Formula/mongodb.rb
@@ -6,14 +6,14 @@ class Mongodb < Formula
packages = {
:x86_64 => {
- :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.0.0.tgz',
- :md5 => '01776ae81c9bf12708f8a4f8a2d8c28e',
- :version => '2.0.0-x86_64'
+ :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.0.1.tgz',
+ :md5 => 'f3cfdf5ebc49a7efa9c5162915423428',
+ :version => '2.0.1-x86_64'
},
:i386 => {
- :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-i386-2.0.0.tgz',
- :md5 => '0a93663d1ceaed9fc99979ef17fbe32d',
- :version => '2.0.0-i386'
+ :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-i386-2.0.1.tgz',
+ :md5 => '1c89c446965180f341fbf613cda6f57f',
+ :version => '2.0.1-i386'
}
}