aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormindrones2015-04-21 10:28:07 +0200
committerMike McQuaid2015-04-21 10:40:40 +0100
commit15e89e3fe8d76786869c348b3f210aa4dd6ae8f0 (patch)
treecbc5f37e3c058772a07f0d96d2557ad3669412f8
parentdc127104a118fcfe3378f35b37655a4a4c21e4de (diff)
downloadhomebrew-15e89e3fe8d76786869c348b3f210aa4dd6ae8f0.tar.bz2
neo4j 2.3.0-M01 (devel)
Closes #38889. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/neo4j.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/neo4j.rb b/Library/Formula/neo4j.rb
index f079b8132..4b065cd54 100644
--- a/Library/Formula/neo4j.rb
+++ b/Library/Formula/neo4j.rb
@@ -13,6 +13,12 @@ class Neo4j < Formula
sha1 "5c1d4d46660149291ca4f484591c25c25be82c5b"
end
+ devel do
+ url "http://dist.neo4j.org/neo4j-community-2.3.0-M01-unix.tar.gz"
+ sha1 "288f917f5f3822ca70c8eef5bcf1639392a41036"
+ version "2.3.0-M01"
+ end
+
def install
# Remove windows files
rm_f Dir["bin/*.bat"]