From a25e756420104e3ffabed01e074730a862016ce3 Mon Sep 17 00:00:00 2001 From: Peter Neubauer Date: Mon, 22 Jul 2013 23:19:55 +0200 Subject: [PATCH] Neo4j 1.9.2 Closes Homebrew/homebrew#21388. Signed-off-by: Adam Vandenberg --- Formula/neo4j.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/neo4j.rb b/Formula/neo4j.rb index 2baef9cd61..d3312c9339 100644 --- a/Formula/neo4j.rb +++ b/Formula/neo4j.rb @@ -2,9 +2,9 @@ require 'formula' class Neo4j < Formula homepage 'http://neo4j.org' - url 'http://dist.neo4j.org/neo4j-community-1.9.1-unix.tar.gz' - sha1 'd6b4e783b9071af3b081a71ecebff0d24b1e9f03' - version 'community-1.9.1-unix' + url 'http://dist.neo4j.org/neo4j-community-1.9.2-unix.tar.gz' + sha1 '7713b9d6f0780afbe58eae01b2ebf09ca002aecb' + version 'community-1.9.2-unix' devel do url 'http://dist.neo4j.org/neo4j-community-2.0.0-M03-unix.tar.gz'