diff options
| author | arbovm | 2011-02-19 17:31:36 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-02-21 20:54:06 -0800 | 
| commit | 5cc16eb67c2d38ce75fa4cb1f8494634517c7f16 (patch) | |
| tree | 236dc2a329422ef60f9f5fd72513f774015712a3 | |
| parent | 1a1565ca1049d4840d9a99d04ed29d1f465d2b8a (diff) | |
| download | homebrew-5cc16eb67c2d38ce75fa4cb1f8494634517c7f16.tar.bz2 | |
solr mirror updated
Previous location was no longer serving the download.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/solr.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/solr.rb b/Library/Formula/solr.rb index ed9b0a486..8c30e31f9 100644 --- a/Library/Formula/solr.rb +++ b/Library/Formula/solr.rb @@ -1,7 +1,7 @@  require 'formula'  class Solr <Formula -  url 'http://ftp.wayne.edu/apache/lucene/solr/1.4.1/apache-solr-1.4.1.tgz' +  url 'ftp://ftp.fu-berlin.de/unix/www/apache/lucene/solr/1.4.1/apache-solr-1.4.1.tgz'    homepage 'http://lucene.apache.org/solr/'    md5 '258a020ed8c3f44e13b09e8ae46a1c84' | 
