Deal with OpenSSL checksum files now including filename

This commit is contained in:
Tianon Gravi 2025-02-26 11:24:13 -08:00
parent 7c0cf4faec
commit 1912a0772f
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,8 @@ for version in "${versions[@]}"; do
# OpenSSL 3.0.5's sha256 file starts with a single space 😬
opensslSourceSha256="${opensslSourceSha256# }"
# OpenSSL 3.1.8+ and 3.3.3+ now include the filename
opensslSourceSha256="${opensslSourceSha256%% *}"
alpineVersion="${alpineVersions[$rcVersion]}"
export alpineVersion