aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTyler Brock2013-02-25 14:10:28 -0500
committerAdam Vandenberg2013-02-26 08:02:17 -0800
commit73c36abe528b8b9c8f855bf3d287bceb546e407c (patch)
tree7c1dc2c8623518898b08647824413f514dc3e0f1 /Library
parenta18125eab179bbb45f6c9fdede0fde67c6cfd8fb (diff)
downloadhomebrew-73c36abe528b8b9c8f855bf3d287bceb546e407c.tar.bz2
mongodb --devel 2.4.0-rc1
Closes #18082. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 f82e1e8c0..c4bda5757 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/Formula/mongodb.rb
@@ -22,9 +22,9 @@ class Mongodb < Formula
version '2.2.3-x86_64'
devel do
- url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.0-rc0.tgz'
- sha1 '0c6bcabbf914436d265e16f2ca0cd49b63888e19'
- version '2.4.0-rc0-x86_64'
+ url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.0-rc1.tgz'
+ sha1 'faf65dc63560e100584cca0d2866b1c4e755fdb6'
+ version '2.4.0-rc1-x86_64'
end
depends_on SixtyFourBitRequired