-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
Add checksum file(s) #200
Comments
Hey! I already do it for the flatpak and homebrew releases so it's not an issue to add it to the rest. I'll do it in a moment. |
Done! |
I saw the SHA256SUM file published yesterday for release 1.3.1. I think there is a problem with current file:
The right-hand part of every line should contain the actual filename of the binary (e.g.:
For comparison, here is the
|
Fixed! |
Every software release is safer when checksum verification file(s) are generated during build.
Please add checksum verification files to the release (SHA256, SHA512, etc.)
I would like to be able to verify the integrity of downloaded files/binaries.
Example projects on github which are doing that:
https://github.com/yt-dlp/yt-dlp
https://github.com/keepassxreboot/keepassxc
https://github.com/VSCodium/vscodium
Thank you! This is greatly appreciated.
The text was updated successfully, but these errors were encountered: