From b50369b448dda0022045c6b5bebe136ba8715cfd Mon Sep 17 00:00:00 2001 From: Peter Neubauer Date: Mon, 14 Nov 2011 22:39:13 +0100 Subject: Neo4j: Update to 1.5 Closes #8585. Signed-off-by: Charlie Sharpsteen --- Library/Formula/neo4j.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/neo4j.rb b/Library/Formula/neo4j.rb index 3bc6e4146..8ad6f21c2 100644 --- a/Library/Formula/neo4j.rb +++ b/Library/Formula/neo4j.rb @@ -1,11 +1,10 @@ require 'formula' class Neo4j < Formula - head 'http://dist.neo4j.org/neo4j-community-1.5-SNAPSHOT-unix.tar.gz' - url 'http://dist.neo4j.org/neo4j-community-1.4-unix.tar.gz' - version 'community-1.4' + url 'http://dist.neo4j.org/neo4j-community-1.5-unix.tar.gz' + version 'community-1.5' homepage 'http://neo4j.org' - md5 'a176c80283c3f4d3d71ee2f5c8bfa550' + md5 '7a48947c8bccef033098e5872510cb72' def install # Remove windows files @@ -20,5 +19,6 @@ class Neo4j < Formula # Symlink binaries bin.mkpath ln_s "#{libexec}/bin/neo4j", bin+"neo4j" + ln_s "#{libexec}/bin/neo4j-shell", bin+"neo4j-shell" end end -- cgit v1.2.3