diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/neo4j.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/neo4j.rb b/Library/Formula/neo4j.rb index 38ab4ae2d..81cc0a5b4 100644 --- a/Library/Formula/neo4j.rb +++ b/Library/Formula/neo4j.rb @@ -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"] |
