diff options
| author | Grayson Manley | 2010-09-09 09:15:22 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-09-09 12:46:15 -0700 | 
| commit | de5513fda7326d12531c35705b1e73d2e51c72a4 (patch) | |
| tree | ae26d08900e13fc2e4c3d50bfe45df65df6fb197 /Library/Formula/solr.rb | |
| parent | 6e38c4262a36b8f2ad24f2834e9279a5201541a7 (diff) | |
| download | homebrew-de5513fda7326d12531c35705b1e73d2e51c72a4.tar.bz2 | |
Fixed solr url
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/solr.rb')
| -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 c74c883fd..e9c4f8aa8 100644 --- a/Library/Formula/solr.rb +++ b/Library/Formula/solr.rb @@ -1,7 +1,7 @@  require 'formula'  class Solr <Formula -  url 'http://apache.deathculture.net/lucene/solr/1.4.1/apache-solr-1.4.1.tgz' +  url 'http://ftp.wayne.edu/apache/lucene/solr/1.4.1/apache-solr-1.4.1.tgz'    homepage 'http://lucene.apache.org/solr/'    md5 '258a020ed8c3f44e13b09e8ae46a1c84' | 
