aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Brock2013-06-04 15:04:26 -0400
committerAdam Vandenberg2013-06-04 12:35:04 -0700
commitd0cc30c0c122cb5f889b1b432bfb03cee1d0f1be (patch)
treedc109725f121707cabf24dc431867f3459c3f8c0
parent3b1873cdb0297559a603501924ef49e36d12117d (diff)
downloadhomebrew-d0cc30c0c122cb5f889b1b432bfb03cee1d0f1be.tar.bz2
MongoDB 2.4.4
Closes #20264. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-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 6c6bb56c9..d1a34a7f9 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/Formula/mongodb.rb
@@ -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.3.tgz'
- sha1 '9b9daa337c11789b832a9548bc2248d861e2ff6b'
- version '2.4.3-x86_64'
+ url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.4.tgz'
+ sha1 'd9abc5c3aa6e7c6c29bc7b4a15028091931ec7bb'
+ version '2.4.4-x86_64'
devel do
url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.5.0.tgz'