aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTyler Brock2013-08-20 17:15:32 -0400
committerAdam Vandenberg2013-08-20 21:31:58 -0700
commitcfb289b739eed4d8193b36f73021033d5303a0c5 (patch)
tree100fa4e05d1befa1c5181dab2a79c4a5d02a578b /Library/Formula
parent889a6ba44bd3dc1bcca19fbadb4826b2039ff7e0 (diff)
downloadhomebrew-cfb289b739eed4d8193b36f73021033d5303a0c5.tar.bz2
MongoDB 2.4.6
Closes #22031. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mongodb.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb
index 8109846d6..e8a8bb0b5 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/Formula/mongodb.rb
@@ -2,8 +2,8 @@ require 'formula'
class Mongodb < Formula
homepage 'http://www.mongodb.org/'
- url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.5.tgz'
- sha1 '04de29aab4ba532aa4c963113cb648b0c3d1b68e'
+ url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.6.tgz'
+ sha1 '36886ec043e660db00f2bb6b18d32f507b63a041'
devel do
url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.5.1.tgz'