diff options
| author | n0rmrx | 2013-03-12 14:50:58 +0800 | 
|---|---|---|
| committer | Jack Nagel | 2013-03-12 01:56:59 -0500 | 
| commit | 52e0cdefd55718711fedf2123e3d1c025057ac5e (patch) | |
| tree | b90cb0f45faad8029a3b01395b281cc7d59c211f /Library/Formula/solr.rb | |
| parent | c27a477398c45d8715e265e2af640f398e0343fc (diff) | |
| download | homebrew-52e0cdefd55718711fedf2123e3d1c025057ac5e.tar.bz2 | |
solr 4.2.0
Closes #18419.
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 21d7496c9..bd4901c21 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.1.0/solr-4.1.0.tgz' -  sha1 '89cce8c7c8d68df20f009a7c04ede423d6fa7c84' +  url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.2.0/solr-4.2.0.tgz' +  sha1 '3525a424be3c7f5de27ea1ab60b267cc0670b6c4'    def script; <<-EOS.undent      #!/bin/sh | 
