mongodb --devel 2.4.0-rc1
Closes Homebrew/homebrew#18082. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
6047ea6eca
commit
ff4e306825
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue