We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solr 9.2.1 was released today.
When I run solr_wrapper I get:
solr-9.2.1.tgz: |==============================================================| rake aborted! solr-9.2.1.tgz.sha512: |=======================================================| Checksum mismatch
When I manually run the checksum:
shasum -a512 ~/Downloads/solr-9.2.1.tgz 1ff1bd22255b0ae5a1ade1d03596c1f35d4fa69fa1a16e823eaa554b30ba1311f031af6e1f95a94dbdd3a1dbf308eeb068e7303b74f83584a8bb443505078cbb /Users/jcoyne85/Downloads/solr-9.2.1.tgz
it looks like it matches https://downloads.apache.org/solr/solr/9.2.1/solr-9.2.1.tgz.sha512
The text was updated successfully, but these errors were encountered:
Perhaps
solr_wrapper/lib/solr_wrapper/checksum_validator.rb
Line 31 in 2790333
Update it doesn't look like 9.2.1 yet exists on https://archive.apache.org/dist/solr/solr/
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Solr 9.2.1 was released today.
When I run solr_wrapper I get:
When I manually run the checksum:
it looks like it matches https://downloads.apache.org/solr/solr/9.2.1/solr-9.2.1.tgz.sha512
The text was updated successfully, but these errors were encountered: