diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/neo4j.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/neo4j.rb b/Library/Formula/neo4j.rb index 9b444a918..1f6b723be 100644 --- a/Library/Formula/neo4j.rb +++ b/Library/Formula/neo4j.rb @@ -4,12 +4,12 @@ class Neo4j < Formula homepage 'http://neo4j.org' url 'http://dist.neo4j.org/neo4j-community-1.9.4-unix.tar.gz' sha1 '35626670156b3d43038b3fe061c7883e2d32af94' - version 'community-1.9.4-unix' + version '1.9.4' devel do url 'http://dist.neo4j.org/neo4j-community-2.0.0-M06-unix.tar.gz' sha1 'a39ebc5476ace229e4ad5c901238a2e24a6ef0d7' - version 'community-2.0.0-M06-unix' + version '2.0.0-M06' end def install |
