parent
5913991e53
commit
09df0bb45f
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@ class Neo4j < Formula
|
|||
sha1 "6f790bb9dc50e50ba2409101f809e6b3a6cd709e"
|
||||
version "2.1.6"
|
||||
|
||||
devel do
|
||||
url "http://dist.neo4j.org/neo4j-community-2.2.0-M01-unix.tar.gz"
|
||||
sha1 "ec31ebf7b928711b200a24797bc84a2fb99ffb6c"
|
||||
version "2.2.0-M01"
|
||||
end
|
||||
|
||||
def install
|
||||
# Remove windows files
|
||||
rm_f Dir["bin/*.bat"]
|
||||
|
|
Loading…
Reference in a new issue