diff options
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 | 
