diff options
| author | Brian Underwood | 2014-11-26 23:38:45 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-11-27 08:16:15 +0000 | 
| commit | 90709afeaf347527fe84605283f44aa4a6fe93d3 (patch) | |
| tree | 282aa9065ac247a107609d7b742fcbf4d4a6e57d | |
| parent | cb8a234448d424f90c3d6dad975e76605269540a (diff) | |
| download | homebrew-90709afeaf347527fe84605283f44aa4a6fe93d3.tar.bz2 | |
neo4j 2.1.6
Updating neo4j from 2.1.5 to 2.1.6
Tested locally
Closes #34476.
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 873570c3b..38ab4ae2d 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.5-unix.tar.gz" -  sha1 "727c361e74d6a91e50b1ddc9b4ff6e61f72e39d9" -  version "2.1.5" +  url "http://dist.neo4j.org/neo4j-community-2.1.6-unix.tar.gz" +  sha1 "6f790bb9dc50e50ba2409101f809e6b3a6cd709e" +  version "2.1.6"    def install      # Remove windows files | 
