aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTyler Brock2011-12-17 15:23:49 -0500
committerAdam Vandenberg2011-12-17 16:07:17 -0800
commitc540a09981696bf35c5afc5b53768ad0fbb4dd9f (patch)
treea5ada9ee36f9978dbf2e3ffe3f6983dd19156c65 /Library/Formula
parentd8685a12e628f3066dc364f0232d10871c6a7f01 (diff)
downloadhomebrew-c540a09981696bf35c5afc5b53768ad0fbb4dd9f.tar.bz2
MongoDB 2.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 aaa1b98ed..95e7f3511 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.1.tgz',
- :md5 => 'f3cfdf5ebc49a7efa9c5162915423428',
- :version => '2.0.1-x86_64'
+ :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.0.2.tgz',
+ :md5 => '65d9df2b1e8d2bf2c9aef30e35d1d9f0',
+ :version => '2.0.2-x86_64'
},
:i386 => {
- :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-i386-2.0.1.tgz',
- :md5 => '1c89c446965180f341fbf613cda6f57f',
- :version => '2.0.1-i386'
+ :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-i386-2.0.2.tgz',
+ :md5 => '5eba72d2e348618cf4a905bba1bd9bb6',
+ :version => '2.0.2-i386'
}
}