Skip to content

proto: Change the default checksum from md5 to sha256

Ben Westover requested to merge benthetechguy/pacman:proto into master

MD5 isn't a very good checksum, and the PKGBUILD page on the Arch Wiki states that it should not be used, instead recommending sha256 or b2. This MR changes the default from md5 to sha256 because that seems to be the most commonly used checksum today.

Merge request reports