neo4j 2.1.6
Updating neo4j from 2.1.5 to 2.1.6 Tested locally Closes Homebrew/homebrew#34476. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
585f2b16f8
commit
8313d6e39e
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-2.1.5-unix.tar.gz"
|
||||
sha1 "727c361e74d6a91e50b1ddc9b4ff6e61f72e39d9"
|
||||
version "2.1.5"
|
||||
url "http://dist.neo4j.org/neo4j-community-2.1.6-unix.tar.gz"
|
||||
sha1 "6f790bb9dc50e50ba2409101f809e6b3a6cd709e"
|
||||
version "2.1.6"
|
||||
|
||||
def install
|
||||
# Remove windows files
|
||||
|
|
Loading…
Reference in a new issue