Commit ced9acfdc4b63051a74772eb3f4d4528b3603948
Exists in
staging
and in
42 other branches
Merge commit 'refs/merge-requests/278' of git://gitorious.org/noosfero/noosfero …
…into merge-requests/278
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 | ... | ... |