diff options
| author | Peter Neubauer | 2012-04-20 16:23:26 +0300 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-04-20 07:09:00 -0700 | 
| commit | b5ba178683326ddf901f47d8e32f92b00a54d405 (patch) | |
| tree | 616d89f65526bc97d2dff6b55d1db6bbb90dbd46 /Library/Formula/neo4j.rb | |
| parent | d11597c4109d6517f2893cf58e8ea75388f9a80f (diff) | |
| download | homebrew-b5ba178683326ddf901f47d8e32f92b00a54d405.tar.bz2 | |
Neo4j 1.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/neo4j.rb')
| -rw-r--r-- | Library/Formula/neo4j.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/neo4j.rb b/Library/Formula/neo4j.rb index 39864b270..f414d5fd1 100644 --- a/Library/Formula/neo4j.rb +++ b/Library/Formula/neo4j.rb @@ -2,9 +2,9 @@ require 'formula'  class Neo4j < Formula    homepage 'http://neo4j.org' -  url 'http://dist.neo4j.org/neo4j-community-1.6-unix.tar.gz' -  version 'community-1.6' -  md5 'd9b12bbd269853c2a85ed12595e50409' +  url 'http://dist.neo4j.org/neo4j-community-1.7-unix.tar.gz' +  version 'community-1.7-unix' +  md5 '664fc56157a2b1a8fb6e334705494343'    def install      # Remove windows files  | 
