MongoDB 2.0.7
Closes Homebrew/homebrew#14081. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
40697b14fd
commit
3e50ebbc50
1 changed files with 4 additions and 4 deletions
|
@ -4,8 +4,8 @@ class Mongodb < Formula
|
|||
homepage 'http://www.mongodb.org/'
|
||||
|
||||
if Hardware.is_64_bit? and not ARGV.build_32_bit?
|
||||
url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.0.6.tgz'
|
||||
md5 '84e592882003bed6249d258203fd0473'
|
||||
url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.0.7.tgz'
|
||||
md5 '81b0e8be3206cc60e8031dde302fb983'
|
||||
version '2.0.6-x86_64'
|
||||
|
||||
devel do
|
||||
|
@ -14,8 +14,8 @@ class Mongodb < Formula
|
|||
version '2.2.0-rc0-x86_64'
|
||||
end
|
||||
else
|
||||
url 'http://fastdl.mongodb.org/osx/mongodb-osx-i386-2.0.6.tgz'
|
||||
md5 'a970a8e6c6de5d655816123b0c8f5718'
|
||||
url 'http://fastdl.mongodb.org/osx/mongodb-osx-i386-2.0.7.tgz'
|
||||
md5 '5fee3796ebc4e8721d9784ad8978b2b6'
|
||||
version '2.0.6-i386'
|
||||
|
||||
devel do
|
||||
|
|
Loading…
Reference in a new issue