aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mongodb.rb
diff options
context:
space:
mode:
authorGianfranco Palumbo2013-04-17 22:08:26 +0200
committerJack Nagel2013-04-18 01:19:55 -0500
commitce931fadc09f24289102592e574ebdaba6d1e85f (patch)
treed0d6d0ef3fc2e15e1e8b9aa10da57ef0318417d3 /Library/Formula/mongodb.rb
parentfc2be00e6205b75a5b19ea2ac03da2a1b91413e2 (diff)
downloadhomebrew-ce931fadc09f24289102592e574ebdaba6d1e85f.tar.bz2
MongoDB 2.4.2
Closes #19266. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/mongodb.rb')
-rw-r--r--Library/Formula/mongodb.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb
index d7a34b243..9f859c348 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/Formula/mongodb.rb
@@ -17,9 +17,9 @@ end
class Mongodb < Formula
homepage 'http://www.mongodb.org/'
- url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.1.tgz'
- sha1 'd11220cdaf5e8edb88b7b4cc0828ffa6149dd7b5'
- version '2.4.1-x86_64'
+ url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.2.tgz'
+ sha1 'e4e6a001a39b39a875bd24db986f3445400a8b64'
+ version '2.4.2-x86_64'
depends_on SixtyFourBitRequired