neo4j: fix version.
Closes Homebrew/homebrew#23303. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
091c72c8b3
commit
e20cd17838
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@ class Neo4j < Formula
|
|||
homepage 'http://neo4j.org'
|
||||
url 'http://dist.neo4j.org/neo4j-community-1.9.4-unix.tar.gz'
|
||||
sha1 '35626670156b3d43038b3fe061c7883e2d32af94'
|
||||
version 'community-1.9.4-unix'
|
||||
version '1.9.4'
|
||||
|
||||
devel do
|
||||
url 'http://dist.neo4j.org/neo4j-community-2.0.0-M06-unix.tar.gz'
|
||||
sha1 'a39ebc5476ace229e4ad5c901238a2e24a6ef0d7'
|
||||
version 'community-2.0.0-M06-unix'
|
||||
version '2.0.0-M06'
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue