diff options
| -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 4ec151b15..4cb2a26c0 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.1-unix.tar.gz" - sha1 "7c0269b55d0d1f76e51290db4b8c06793e5decbe" - version "2.1.1" + url "http://dist.neo4j.org/neo4j-community-2.0.3-unix.tar.gz" + sha1 "250b8d8bcb11ea8d9d5bc96cb07390e783c38c28" + version "2.0.3" def install # Remove windows files |
