diff options
| author | Peter Neubauer | 2011-11-14 22:39:13 +0100 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-11-15 11:24:50 -0800 |
| commit | b50369b448dda0022045c6b5bebe136ba8715cfd (patch) | |
| tree | 07696517cd9f7d4c66bb62fe6d98e7bd8d563d4c /Library/Formula | |
| parent | f812e9468fefed3c90e0981a848b3d9f022f5777 (diff) | |
| download | homebrew-b50369b448dda0022045c6b5bebe136ba8715cfd.tar.bz2 | |
Neo4j: Update to 1.5
Closes #8585.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/neo4j.rb | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
