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

Commit

Permalink
MongoDB 2.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
TylerBrock authored and adamv committed Dec 18, 2011
1 parent d8685a1 commit c540a09
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Library/Formula/mongodb.rb
Expand Up @@ -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'
}
}

Expand Down

0 comments on commit c540a09

Please sign in to comment.