neo4j 2.1.2
see also Homebrew/homebrew#29747 Closes Homebrew/homebrew#30075. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
097fa71460
commit
1ac5e3351c
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.0.3-unix.tar.gz"
|
||||
sha1 "250b8d8bcb11ea8d9d5bc96cb07390e783c38c28"
|
||||
version "2.0.3"
|
||||
url "http://dist.neo4j.org/neo4j-community-2.1.2-unix.tar.gz"
|
||||
sha1 "7a0b703e0722d35ffa501dbe0485fa15d2e805ff"
|
||||
version "2.1.2"
|
||||
|
||||
def install
|
||||
# Remove windows files
|
||||
|
|
Loading…
Reference in a new issue