neo4j 1.8.2
Closes Homebrew/homebrew#18537. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
c8650be161
commit
31058748b1
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
||||||
|
|
||||||
class Neo4j < Formula
|
class Neo4j < Formula
|
||||||
homepage 'http://neo4j.org'
|
homepage 'http://neo4j.org'
|
||||||
url 'http://dist.neo4j.org/neo4j-community-1.8.1-unix.tar.gz'
|
url 'http://dist.neo4j.org/neo4j-community-1.8.2-unix.tar.gz'
|
||||||
version 'community-1.8.1-unix'
|
version 'community-1.8.2-unix'
|
||||||
sha1 '717ed62de9fa336e34fd65d477bf76f5ef14e560'
|
sha1 '5e0dcc4339e02fa7f5f2fabb578100bf2060cd16'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Remove windows files
|
# Remove windows files
|
||||||
|
|
Loading…
Reference in a new issue