diff options
| author | mindrones | 2015-02-13 15:06:52 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-13 14:24:55 +0000 | 
| commit | e4964401ce1a42a7f30e1a99f69174f872404788 (patch) | |
| tree | a2a0a2b22a347872ea74a7d29d0411e017f2fcb7 | |
| parent | fc4658a0160e039161bd4e831ea4c1f7421055a2 (diff) | |
| download | homebrew-e4964401ce1a42a7f30e1a99f69174f872404788.tar.bz2 | |
neo4j 2.2.0-M04 (devel)
Closes #36788.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 97c8c4c81..c3cb90239 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-M03-unix.tar.gz" -    sha1 "9e8867753e0e4a1d82d90b7455e7383f352a6521" -    version "2.2.0-M03" +    url "http://dist.neo4j.org/neo4j-community-2.2.0-M04-unix.tar.gz" +    sha1 "05e4d532b08a4b02de0b601bbb95c3298a715525" +    version "2.2.0-M04"    end    def install | 
