diff options
| author | Thomas Pham | 2013-03-17 10:39:11 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-17 08:48:51 -0700 |
| commit | 8a0945093c0f41b3a81a68b82503492cb6f53293 (patch) | |
| tree | 490d14d7e472652defc99e365125e8bc63a13af8 /Library/Formula | |
| parent | f20016162b6c5b9cd187502ea6b338ac04d90816 (diff) | |
| download | homebrew-8a0945093c0f41b3a81a68b82503492cb6f53293.tar.bz2 | |
neo4j 1.8.2
Closes #18537.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 3362a6817..70f96c850 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.8.1-unix.tar.gz' - version 'community-1.8.1-unix' - sha1 '717ed62de9fa336e34fd65d477bf76f5ef14e560' + url 'http://dist.neo4j.org/neo4j-community-1.8.2-unix.tar.gz' + version 'community-1.8.2-unix' + sha1 '5e0dcc4339e02fa7f5f2fabb578100bf2060cd16' def install # Remove windows files |
