aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormindrones2015-02-05 07:54:52 +0100
committerMike McQuaid2015-02-05 10:23:59 +0000
commit8a078b89389d85fd36dad847fe901db98e5e562f (patch)
tree7f4868d2620d0e5793eab2bd52dc9842ffd21aa7
parent4bc5414369be9b59b5cae6fcf7005c02be3debc2 (diff)
downloadhomebrew-8a078b89389d85fd36dad847fe901db98e5e562f.tar.bz2
neo4j 2.1.7
Closes #36549. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-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 f56614891..97c8c4c81 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-2.1.6-unix.tar.gz"
- sha1 "6f790bb9dc50e50ba2409101f809e6b3a6cd709e"
- version "2.1.6"
+ url "http://dist.neo4j.org/neo4j-community-2.1.7-unix.tar.gz"
+ sha1 "1827c318c019042c3ca2da89481f717f711d9aed"
+ version "2.1.7"
option "with-neo4j-shell-tools", "Add neo4j-shell-tools to the standard neo4j-shell"