aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorYamen2013-10-04 14:27:44 +1000
committerAdam Vandenberg2013-10-04 07:55:24 -0700
commit8d74b786470dcdaf37be919bf8006817e1685145 (patch)
treedb390316de1a066862111b6b5c493cad6331ea8a /Library/Formula
parentdcb2709b635bf7fe4a857dc794e3f62d8985d95f (diff)
downloadhomebrew-8d74b786470dcdaf37be919bf8006817e1685145.tar.bz2
neo4j 1.9.4
Closes #23036. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 5e24b60d1..1cd127c58 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.3-unix.tar.gz'
- sha1 '503dfa4409708922f98247d0a8c888d6356d5d1c'
- version 'community-1.9.3-unix'
+ url 'http://dist.neo4j.org/neo4j-community-1.9.4-unix.tar.gz'
+ sha1 '35626670156b3d43038b3fe061c7883e2d32af94'
+ version 'community-1.9.4-unix'
devel do
url 'http://dist.neo4j.org/neo4j-community-2.0.0-M05-unix.tar.gz'