neo4j: Update to 1.8.1
Closes Homebrew/homebrew#16676. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
2ce8e56fcf
commit
fc805bfa18
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Neo4j < Formula
|
||||
homepage 'http://neo4j.org'
|
||||
url 'http://dist.neo4j.org/neo4j-community-1.8-unix.tar.gz'
|
||||
version 'community-1.8-unix'
|
||||
sha1 '1e1633d92c86c5c4b26689e8c1bf5aefcfb34c9f'
|
||||
url 'http://dist.neo4j.org/neo4j-community-1.8.1-unix.tar.gz'
|
||||
version 'community-1.8.1-unix'
|
||||
sha1 '717ed62de9fa336e34fd65d477bf76f5ef14e560'
|
||||
|
||||
def install
|
||||
# Remove windows files
|
||||
|
|
Loading…
Reference in a new issue