MongoDB 2.4.3
Closes Homebrew/homebrew#19384. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
17861485ab
commit
59eb997e9b
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Mongodb < Formula
|
||||
homepage 'http://www.mongodb.org/'
|
||||
url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.2.tgz'
|
||||
sha1 'e4e6a001a39b39a875bd24db986f3445400a8b64'
|
||||
version '2.4.2-x86_64'
|
||||
url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.3.tgz'
|
||||
sha1 '9b9daa337c11789b832a9548bc2248d861e2ff6b'
|
||||
version '2.4.3-x86_64'
|
||||
|
||||
depends_on :arch => :x86_64
|
||||
|
||||
|
|
Loading…
Reference in a new issue