updated MongoDB formula to version 1.1.1

master
Clinton R. Nixon 2009-10-01 16:18:01 -04:00 committed by Max Howell
parent 31f2e1b22c
commit 6a3d8cb06f
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
require 'brewkit' require 'brewkit'
class Mongodb <Formula class Mongodb <Formula
@url='http://downloads.mongodb.org/osx/mongodb-osx-x86_64-1.0.0.tgz' url 'http://downloads.mongodb.org/osx/mongodb-osx-x86_64-1.1.1.tgz'
@homepage='http://www.mongodb.org/' homepage 'http://www.mongodb.org/'
@md5='21a7071f9bbc922c028b11a9b2b6963c' md5 '8d22a1a5c7ae9d84ff6092e801fd5ebf'
def install def install
system "cp -prv * #{prefix}" system "cp -prv * #{prefix}"