Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
MongoDB devel 2.2.0-rc2
Browse files Browse the repository at this point in the history
Closes #14420.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
davidmc24 authored and jacknagel committed Aug 23, 2012
1 parent e755831 commit 6434ebb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Library/Formula/mongodb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ class Mongodb < Formula
version '2.0.7-x86_64'

devel do
url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.2.0-rc1.tgz'
md5 '7cdaafc7373c3fe8d79e963f56a0e011'
version '2.2.0-rc1-x86_64'
url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.2.0-rc2.tgz'
md5 'a057c7987d7bc7ff6ced1b565a0856d1'
version '2.2.0-rc2-x86_64'
end
else
url 'http://fastdl.mongodb.org/osx/mongodb-osx-i386-2.0.7.tgz'
md5 '5fee3796ebc4e8721d9784ad8978b2b6'
version '2.0.7-i386'

devel do
url 'http://fastdl.mongodb.org/osx/mongodb-osx-i386-2.2.0-rc1.tgz'
md5 '4147b128e9b20597eb08c72f06a1e473'
version '2.2.0-rc1-i386'
url 'http://fastdl.mongodb.org/osx/mongodb-osx-i386-2.2.0-rc2.tgz'
md5 '5426d47cd2718814c07152b34d0ea18d'
version '2.2.0-rc2-i386'
end
end

Expand Down

0 comments on commit 6434ebb

Please sign in to comment.