Commit 21ef355c4fe85a193210d079ae318b59c5467247
1 parent
1b7dcab6
Exists in
master
and in
28 other branches
Use apache archive
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/solr/vendor/plugins/acts_as_solr_reloaded/lib/tasks/solr.rake
1 | 1 | namespace :solr do |
2 | 2 | |
3 | - APACHE_MIRROR = ENV['APACHE_MIRROR'] || "http://ftp.unicamp.br/pub/apache" | |
3 | + APACHE_MIRROR = ENV['APACHE_MIRROR'] || "https://archive.apache.org/dist" | |
4 | 4 | SOLR_VERSION = '3.6.2' |
5 | 5 | SOLR_FILENAME = "apache-solr-#{SOLR_VERSION}.tgz" |
6 | 6 | SOLR_MD5SUM = 'e9c51f51265b070062a9d8ed50b84647' | ... | ... |