cbeer / solr_wrapper

Wrap your tests with Solr 5+
MIT License
23 stars 20 forks source link

Checksum mismatch on solr 9.0.0 #147

Open jcoyne opened 2 years ago

jcoyne commented 2 years ago

See https://github.com/projectblacklight/demo.projectblacklight.org/runs/6500680593?check_suite_focus=true

solr-9.0.0.zip: |==============================================================|

solr-9.0.0.zip.sha512: |=======================================================|

rake aborted!
Checksum mismatch
/home/runner/work/demo.projectblacklight.org/demo.projectblacklight.org/Rakefile:18:in `block in <top (required)>'
/opt/hostedtoolcache/Ruby/2.7.6/x64/bin/bundle:23:in `load'
/opt/hostedtoolcache/Ruby/2.7.6/x64/bin/bundle:23:in `<main>'
cbeer commented 2 years ago

It looks like solr moved their downloads from https://archive.apache.org/dist/lucene/solr/ to https://archive.apache.org/dist/solr/solr/ for the 9.x release... and also stopped publishing zip artifacts.