Commit 2acbf5c8b32bef4ed72339c8027859ffff3dcda2
1 parent
3971931c
Exists in
master
and in
28 other branches
Change Solr version from 3.6.0 to 3.6.2 due to previous version is not available…
… on ftp.unicamp.br mirror.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
vendor/plugins/acts_as_solr_reloaded/lib/tasks/solr.rake
1 | 1 | namespace :solr do |
2 | 2 | |
3 | 3 | APACHE_MIRROR = ENV['APACHE_MIRROR'] || "http://ftp.unicamp.br/pub/apache" |
4 | - SOLR_VERSION = '3.6.0' | |
4 | + SOLR_VERSION = '3.6.2' | |
5 | 5 | SOLR_FILENAME = "apache-solr-#{SOLR_VERSION}.tgz" |
6 | - SOLR_MD5SUM = 'ac11ef4408bb015aa3a5eefcb1047aec' | |
6 | + SOLR_MD5SUM = 'e9c51f51265b070062a9d8ed50b84647' | |
7 | 7 | SOLR_URL = "#{APACHE_MIRROR}/lucene/solr/#{SOLR_VERSION}/#{SOLR_FILENAME}" |
8 | 8 | SOLR_DIR = "apache-solr-#{SOLR_VERSION}" |
9 | 9 | ... | ... |