aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPeter Neubauer2013-07-22 23:19:55 +0200
committerAdam Vandenberg2013-07-22 19:48:12 -0700
commitd335715319673197819f91361fccffba2ea22e52 (patch)
tree58df109610b35db0066247d3d246337354041099 /Library
parent35752b90380e63f4c74d9317686754b5600d23bc (diff)
downloadhomebrew-d335715319673197819f91361fccffba2ea22e52.tar.bz2
Neo4j 1.9.2
Closes #21388. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/neo4j.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/neo4j.rb b/Library/Formula/neo4j.rb
index 2baef9cd6..d3312c933 100644
--- a/Library/Formula/neo4j.rb
+++ b/Library/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'