MongoDB --devel 2.5.0
Closes Homebrew/homebrew#20016. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
85dd737d50
commit
5bd5f1d901
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@ class Mongodb < Formula
|
|||
sha1 '9b9daa337c11789b832a9548bc2248d861e2ff6b'
|
||||
version '2.4.3-x86_64'
|
||||
|
||||
devel do
|
||||
url 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.5.0.tgz'
|
||||
sha1 '158335b4b2b8d53c8c6bd4f4d81c733e492f8339'
|
||||
version '2.5.0-x86_64'
|
||||
end
|
||||
|
||||
depends_on :arch => :x86_64
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue