Skip to content

Commit

Permalink
chore: πŸ€– upgrade openssl to 3.2.x
Browse files Browse the repository at this point in the history
βœ… Closes: #5
  • Loading branch information
abcfy2 committed Nov 27, 2023
1 parent ecdc7dc commit 4ab42b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ prepare_ssl() {
echo "- libressl: ${libressl_ver}, source: ${libressl_latest_url:-cached libressl}" >>"${BUILD_INFO}"
else
# openssl
openssl_filename="$(retry wget -qO- --compression=auto https://www.openssl.org/source/ \| grep -o "'href=\"openssl-3.1.*tar.gz\"'" \| grep -o "'[^\"]*.tar.gz'" \| head -1)"
openssl_filename="$(retry wget -qO- --compression=auto https://www.openssl.org/source/ \| grep -o "'href=\"openssl-3.2.*tar.gz\"'" \| grep -o "'[^\"]*.tar.gz'" \| head -1)"
openssl_ver="$(echo "${openssl_filename}" | sed -r 's/openssl-(.+)\.tar\.gz/\1/')"
openssl_latest_url="https://github.com/openssl/openssl/archive/refs/tags/${openssl_filename}"
if [ x"${USE_CHINA_MIRROR}" = x1 ]; then
Expand Down

0 comments on commit 4ab42b5

Please sign in to comment.