diff options
| author | desimone | 2013-01-29 10:26:56 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-29 09:46:35 -0800 | 
| commit | 4ec8ca767109c8376b9edf71caa11861a4efdb16 (patch) | |
| tree | 9296bde91c362af6b0753939039e95bb00660bd2 | |
| parent | 985fe5ca66c39b2c3f1564ccd2c0412f7302606b (diff) | |
| download | homebrew-4ec8ca767109c8376b9edf71caa11861a4efdb16.tar.bz2 | |
Solr 4.1.0
Closes #17407.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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 c2a1baa9e..2a78484f1 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.0.0/apache-solr-4.0.0.tgz' -  sha1 '0cb61d9572516fc627785201b79b3a85e95f877d' +  url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.1.0/solr-4.1.0.tgz' +  sha1 '89cce8c7c8d68df20f009a7c04ede423d6fa7c84'    devel do      url  'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.0.0-BETA/apache-solr-4.0.0-BETA.tgz' | 
