aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-04-01 17:14:39 -0700
committerAdam Vandenberg2011-04-01 17:14:39 -0700
commit009fbc33bd55a932d7ed7f91aa825a8a05b6e897 (patch)
treead37e5cf78afef17bff10fe959b0d583c5967dff /Library
parentc0abbf426deb24e3e78514505ccb0f983890edf3 (diff)
downloadhomebrew-009fbc33bd55a932d7ed7f91aa825a8a05b6e897.tar.bz2
mongodb - add 1.8.1-rc1 as HEAD version
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mongodb.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb
index c73c262cf..cc465d8aa 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/Formula/mongodb.rb
@@ -7,13 +7,13 @@ class Mongodb < Formula
if ARGV.build_head?
packages = {
:x86_64 => {
- :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-1.8.0.tgz',
- :md5 => 'bba118bd6ba6a0db83aa5b7cff2f21fb',
+ :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-1.8.1-rc1.tgz',
+ :md5 => '76597bddbc36b6f75d1f8c9af499f3ba',
:version => '1.8.0-x86_64'
},
:i386 => {
- :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-i386-1.8.0.tgz',
- :md5 => '286109a07e3fdb265d4602571e965ec3',
+ :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-i386-1.8.1-rc1.tgz',
+ :md5 => '73c9514d7cbf4263f7ae3c6442f7ff90',
:version => '1.8.0-i386'
}
}