Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The current approach was prone to spurious failures when `perl` feels chatty, e.g.: ``` $ shasum -a 256 openssl-3.4.0.tar.gz perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL = (unset), LANG = "en_XX.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). e15dda82fe2fe8139dc2ac21a36d4ca01d5313c75f99f46c4e8a27709b7294bf openssl-3.4.0.tar.gz ``` Instead, verify the checksum file directly.
- Loading branch information