From a59c9c602b325bb1fe024b66a75896c977d167fe Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 21 Mar 2023 09:37:36 +0100 Subject: [PATCH] python/build/libs.py: update CURL to 8.0.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 064a57080..e5218d6cd 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -604,8 +604,8 @@ openssl = OpenSSLProject( ) curl = CmakeProject( - 'https://curl.se/download/curl-7.88.1.tar.xz', - '1dae31b2a7c1fe269de99c0c31bb488346aab3459b5ffca909d6938249ae415f', + 'https://curl.se/download/curl-8.0.1.tar.xz', + '0a381cd82f4d00a9a334438b8ca239afea5bfefcfa9a1025f2bf118e79e0b5f0', 'lib/libcurl.a', [ '-DBUILD_CURL_EXE=OFF',