From 451acec74b466b383d9caf45adc294bf82d9a3fd Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Wed, 18 May 2022 18:04:52 +0200 Subject: [PATCH] Update curl version Signed-off-by: Bensuperpc --- imagefiles/build-and-install-curl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imagefiles/build-and-install-curl.sh b/imagefiles/build-and-install-curl.sh index e67248b..740a7a2 100755 --- a/imagefiles/build-and-install-curl.sh +++ b/imagefiles/build-and-install-curl.sh @@ -10,8 +10,8 @@ source $MY_DIR/utils.sh # copied from https://github.com/pypa/manylinux/tree/master/docker/build_scripts # -CURL_ROOT=curl-7.76.0 -CURL_HASH=3b4378156ba09e224008e81dcce854b7ce4d182b1f9cfb97fe5ed9e9c18c6bd3 +CURL_ROOT=curl-7_83_1 +CURL_HASH=93fb2cd4b880656b4e8589c912a9fd092750166d555166370247f09d18f5d0c0 CURL_DOWNLOAD_URL=https://curl.haxx.se/download function do_curl_build {