From 1912a0772f7b8cb175b47f4931fb2393e282fc9e Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Wed, 26 Feb 2025 11:24:13 -0800 Subject: [PATCH] Deal with OpenSSL checksum files now including filename --- versions.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/versions.sh b/versions.sh index 8b46b25..88b27a1 100755 --- a/versions.sh +++ b/versions.sh @@ -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