neo4j 1.9.5
Closes Homebrew/homebrew#24256. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
b47271bc6c
commit
3e5118fd51
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.9.4-unix.tar.gz'
|
||||
sha1 '35626670156b3d43038b3fe061c7883e2d32af94'
|
||||
version '1.9.4'
|
||||
url 'http://dist.neo4j.org/neo4j-community-1.9.5-unix.tar.gz'
|
||||
sha1 '8d3569fdd4f3b396fd8101a7f9f92087cef3ac7f'
|
||||
version '1.9.5'
|
||||
|
||||
devel do
|
||||
url 'http://dist.neo4j.org/neo4j-community-2.0.0-M06-unix.tar.gz'
|
||||
|
|
Loading…
Reference in a new issue