From f38280845049c0d1c27cbf63fa2eb01b6c4fada5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 11 Sep 2023 22:24:26 +0200 Subject: [PATCH] python/build/libs.py: update CURL to 8.2.1 --- python/build/libs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/build/libs.py b/python/build/libs.py index 72ad15540..85357e5dc 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -604,8 +604,8 @@ openssl = OpenSSLProject( ) curl = CmakeProject( - 'https://curl.se/download/curl-8.0.1.tar.xz', - '0a381cd82f4d00a9a334438b8ca239afea5bfefcfa9a1025f2bf118e79e0b5f0', + 'https://curl.se/download/curl-8.2.1.tar.xz', + 'dd322f6bd0a20e6cebdfd388f69e98c3d183bed792cf4713c8a7ef498cba4894', 'lib/libcurl.a', [ '-DBUILD_CURL_EXE=OFF',