ScoopInstaller / Main

📦 The default bucket for Scoop.
https://scoop.sh
The Unlicense
1.54k stars 919 forks source link

mysql@8.4.0: hash check failed #5775

Closed fenhl closed 2 months ago

fenhl commented 2 months ago

Getting this error when attempting to update mysql. Here's the output of scoop update --all:

mysql: 8.3.0 -> 8.4.0
Updating one outdated app:
Updating 'mysql' (8.3.0 -> 8.4.0)
Downloading new version
mysql-8.4.0-winx64.zip (247.0 MB) [===============================================================================================================================================================] 100%
Checking hash of mysql-8.4.0-winx64.zip ... ERROR Hash check failed!
App:         main/mysql
URL:         https://dev.mysql.com/get/Downloads/MySQL-8.4/mysql-8.4.0-winx64.zip
First bytes: 50 4B 03 04 0A 00 00 00
Expected:    53c9781e14f106f4551d4d8c06654bc3
Actual:      23fa293db80b5d49f9e97d34c2037a82

Please try again or create a new issue by using the following link and paste your console output:
https://github.com/ScoopInstaller/Main/issues/new?title=mysql%408.4.0%3a+hash+check+failed

I've tried running scoop update; scoop cache rm mysql but it did not fix the issue.

github-actions[bot] commented 2 months ago

You are right. Thank you for reporting.

flybyray commented 2 months ago

update was tested?

https://github.com/ScoopInstaller/Main/issues/5777