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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
makeself --sha256 --nomd5
makeself uses md5 checksums as a basic verification mechanism, I am trying to change it to a sha256 checksum. From the makeself documentation:
--sha256 : Adds a SHA256 checksum for the archive. This is in addition to the MD5 / CRC checksums unless --nomd5 is also used.
https://github.com/megastep/makeself
The text was updated successfully, but these errors were encountered:
Thanks for your report. I'll take another look at the md5 rule and see if I can narrow it down a bit.
Sorry, something went wrong.
No branches or pull requests
DS126858
What the rule matched
makeself --sha256 --nomd5
Why should this not be matched?
makeself uses md5 checksums as a basic verification mechanism, I am trying to change it to a sha256 checksum. From the makeself documentation:
https://github.com/megastep/makeself
The text was updated successfully, but these errors were encountered: