aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorErnie Hershey2014-02-05 19:04:00 -0500
committerMike McQuaid2014-02-06 09:15:16 +0000
commit2c2df48cdb8b5edb2b3ead4e0fe325eec9c6161b (patch)
tree3560dfb8a7ba08c5deba610a9d2d7e945da4bb74 /Library/Formula
parent705bf3ce353c5e6b1806f219607312bf49ba3004 (diff)
downloadhomebrew-2c2df48cdb8b5edb2b3ead4e0fe325eec9c6161b.tar.bz2
mongodb 2.5.5
Closes #26449. Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 0d894ed1f..7d68f8577 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/Formula/mongodb.rb
@@ -12,8 +12,8 @@ class Mongodb < Formula
end
devel do
- url 'http://downloads.mongodb.org/src/mongodb-src-r2.5.4.tar.gz'
- sha1 'ad40b93c9638178cd487c80502084ac3a9472270'
+ url 'http://downloads.mongodb.org/src/mongodb-src-r2.5.5.tar.gz'
+ sha1 '4827f3da107174a3cbb1f5b969c7f597ca09b4f8'
end
head 'https://github.com/mongodb/mongo.git'