diff options
| author | Martin Seeler | 2014-09-07 22:34:56 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-09-07 17:14:45 -0500 |
| commit | 762e8c89e6bbd166f0c61d4b3907972145e6ec38 (patch) | |
| tree | fbf1640e41ae7876c99cd2c35e636140644b614b /Library | |
| parent | 12417a3f8f33a9846184c0ee80c3b11cdf781073 (diff) | |
| download | homebrew-762e8c89e6bbd166f0c61d4b3907972145e6ec38.tar.bz2 | |
Neo4j 2.1.4
Closes #32142.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/neo4j.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/neo4j.rb b/Library/Formula/neo4j.rb index ba6b3d794..3d511dd53 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.3-unix.tar.gz" - sha1 "ef848076ab588abe691991f9317fc58eb935747f" - version "2.1.3" + url "http://dist.neo4j.org/neo4j-community-2.1.4-unix.tar.gz" + sha1 "d891c848d30ed4b181416ee21d1f9c3e814db6c6" + version "2.1.4" def install # Remove windows files |
