aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorChris Griego2011-09-02 11:39:11 -0500
committerAdam Vandenberg2011-09-02 09:48:14 -0700
commitf52fea0140e91435a84b208b588eea793ca8b099 (patch)
treeb445b683591b2941f8297f231b757c4cd5f706f6 /Library
parentb6c74818f3b3817b64d08323d45047cd7c910f75 (diff)
downloadhomebrew-f52fea0140e91435a84b208b588eea793ca8b099.tar.bz2
mongodb 2.0.0-rc1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 c20175639..eacadb0bb 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/Formula/mongodb.rb
@@ -7,14 +7,14 @@ class Mongodb < Formula
if ARGV.build_head?
packages = {
:x86_64 => {
- :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.0.0-rc0.tgz',
- :md5 => 'df364c1d1e4baba3a527d51b00f4cc60',
- :version => '2.0.0-rc0-x86_64'
+ :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.0.0-rc1.tgz',
+ :md5 => '499f140eb8ba2b7642e3823233fe11d3',
+ :version => '2.0.0-rc1-x86_64'
},
:i386 => {
- :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-i386-2.0.0-rc0.tgz',
- :md5 => '34bab47002a4f5b19171f25a2bdf4129',
- :version => '2.0.0-rc0-i386'
+ :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-i386-2.0.0-rc1.tgz',
+ :md5 => 'beac32bb35cf7d752c576c95173a3fd3',
+ :version => '2.0.0-rc1-i386'
}
}
else