diff options
| author | Brett Koonce | 2012-07-11 21:59:32 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-07-11 20:09:24 -0700 | 
| commit | 0b0036f055e615bd28681934de53d727450609e2 (patch) | |
| tree | 6ea79c01aeba2c6c29dd2223033dceeec45b5a65 /Library/Formula/neo4j.rb | |
| parent | 3b5d7939d9a660a83e29a86e6bab234f3e9f2dcb (diff) | |
| download | homebrew-0b0036f055e615bd28681934de53d727450609e2.tar.bz2 | |
neo4j 1.7.2
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 f414d5fd1..3bf802654 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.7-unix.tar.gz' -  version 'community-1.7-unix' -  md5 '664fc56157a2b1a8fb6e334705494343' +  url 'http://dist.neo4j.org/neo4j-community-1.7.2-unix.tar.gz' +  version 'community-1.7.2-unix' +  md5 '115afbb7cc72b089577e371ce0b1116d'    def install      # Remove windows files  | 
