MongoDB 2.4.2
Closes Homebrew/homebrew#19266. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
668616b25f
commit
bcb3add83c
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ end
|
||||||
|
|
||||||
class Mongodb < Formula
|
class Mongodb < Formula
|
||||||
homepage 'http://www.mongodb.org/'
|
homepage 'http://www.mongodb.org/'
|
||||||
url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.1.tgz'
|
url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.2.tgz'
|
||||||
sha1 'd11220cdaf5e8edb88b7b4cc0828ffa6149dd7b5'
|
sha1 'e4e6a001a39b39a875bd24db986f3445400a8b64'
|
||||||
version '2.4.1-x86_64'
|
version '2.4.2-x86_64'
|
||||||
|
|
||||||
depends_on SixtyFourBitRequired
|
depends_on SixtyFourBitRequired
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue