We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0cf4f commit 1912a07Copy full SHA for 1912a07
versions.sh
@@ -148,6 +148,8 @@ for version in "${versions[@]}"; do
148
149
# OpenSSL 3.0.5's sha256 file starts with a single space 😬
150
opensslSourceSha256="${opensslSourceSha256# }"
151
+ # OpenSSL 3.1.8+ and 3.3.3+ now include the filename
152
+ opensslSourceSha256="${opensslSourceSha256%% *}"
153
154
alpineVersion="${alpineVersions[$rcVersion]}"
155
export alpineVersion
0 commit comments