diff options
| author | mindrones | 2015-03-05 11:05:34 +0100 | 
|---|---|---|
| committer | Jack Nagel | 2015-03-06 21:26:13 -0500 | 
| commit | f97265aba98c70c7d40e728283e60c10380e44e5 (patch) | |
| tree | 5c04c6f57a844fe5a7cc489a5582ab9b683ab61a | |
| parent | eaf9aef3f4acce960b336018f10e98a88629ac38 (diff) | |
| download | homebrew-f97265aba98c70c7d40e728283e60c10380e44e5.tar.bz2 | |
neo4j devel 2.2.0-RC01
Closes #37414.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -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 c3cb90239..dd66c60cc 100644 --- a/Library/Formula/neo4j.rb +++ b/Library/Formula/neo4j.rb @@ -14,9 +14,9 @@ class Neo4j < Formula    end    devel do -    url "http://dist.neo4j.org/neo4j-community-2.2.0-M04-unix.tar.gz" -    sha1 "05e4d532b08a4b02de0b601bbb95c3298a715525" -    version "2.2.0-M04" +    url "http://dist.neo4j.org/neo4j-community-2.2.0-RC01-unix.tar.gz" +    sha1 "65165b83ee2ba91e9ba99cb2acce9ebcf7ad5434" +    version "2.2.0-RC01"    end    def install | 
