Skip to content

Commit 1912a07

Browse files
committed
Deal with OpenSSL checksum files now including filename
1 parent 7c0cf4f commit 1912a07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

versions.sh

+2
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ for version in "${versions[@]}"; do
148148

149149
# OpenSSL 3.0.5's sha256 file starts with a single space 😬
150150
opensslSourceSha256="${opensslSourceSha256# }"
151+
# OpenSSL 3.1.8+ and 3.3.3+ now include the filename
152+
opensslSourceSha256="${opensslSourceSha256%% *}"
151153

152154
alpineVersion="${alpineVersions[$rcVersion]}"
153155
export alpineVersion

0 commit comments

Comments
 (0)