diff options
Diffstat (limited to 'Library/Formula/neo4j.rb')
| -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 3d511dd53..873570c3b 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.4-unix.tar.gz" - sha1 "d891c848d30ed4b181416ee21d1f9c3e814db6c6" - version "2.1.4" + url "http://dist.neo4j.org/neo4j-community-2.1.5-unix.tar.gz" + sha1 "727c361e74d6a91e50b1ddc9b4ff6e61f72e39d9" + version "2.1.5" def install # Remove windows files |
