diff options
| author | Jason Clark | 2014-04-05 18:15:41 -0700 | 
|---|---|---|
| committer | Jack Nagel | 2014-04-06 10:24:12 -0500 | 
| commit | 439de689f8b75942ee85b95f760a276a0cecce22 (patch) | |
| tree | 8d6ffbd8aefc329442cdee7f85fa80c38b171027 /Library/Formula/solr.rb | |
| parent | c553a0bebc3354f9e6dc165b57c3a678ce5eb621 (diff) | |
| download | homebrew-439de689f8b75942ee85b95f760a276a0cecce22.tar.bz2 | |
Solr 4.7.1
Closes #28189.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/solr.rb')
| -rw-r--r-- | Library/Formula/solr.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/solr.rb b/Library/Formula/solr.rb index 48ccc2482..f8c3219bb 100644 --- a/Library/Formula/solr.rb +++ b/Library/Formula/solr.rb @@ -2,8 +2,8 @@ require 'formula'  class Solr < Formula    homepage 'http://lucene.apache.org/solr/' -  url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.7.0/solr-4.7.0.tgz' -  sha1 '5599a33f6d7c46251d87ff226709e759572ade4b' +  url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.7.1/solr-4.7.1.tgz' +  sha1 '94697112987f99f8c6a6a2deeef512b8fdfd40b2'    def script; <<-EOS.undent      #!/bin/sh | 
