diff options
| author | Brian Underwood | 2014-10-01 15:47:01 +0200 | 
|---|---|---|
| committer | Jack Nagel | 2014-10-01 11:22:40 -0500 | 
| commit | a0ce8c91f91463584ba2efc3b2810600c39bde4b (patch) | |
| tree | d19117f266400d700487e0f040b84f15ab7c5b12 | |
| parent | a646d397b9609623fc4a02ff31b5c1d660cb9419 (diff) | |
| download | homebrew-a0ce8c91f91463584ba2efc3b2810600c39bde4b.tar.bz2 | |
Neo4j 2.1.5
Closes #32840.
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 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 | 
