Deal with OpenSSL checksum files now including filename
This commit is contained in:
parent
7c0cf4faec
commit
1912a0772f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue