diff options
| author | Jack Nagel | 2014-12-13 00:22:22 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-13 00:22:22 -0500 |
| commit | 00e53a999364c3d708982d698fd0d1d35fcefe3e (patch) | |
| tree | 73f162f17d4127a1f56a669acca8318b2a928fc8 | |
| parent | ca25f6e3e00e319b1675f06d1165331e3f9bbf9f (diff) | |
| download | homebrew-00e53a999364c3d708982d698fd0d1d35fcefe3e.tar.bz2 | |
neo4j devel 2.2.0-M01
Closes #34903.
| -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"] |
