From c1780ac6570506d85d51990d71eaff9edcb1badc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 16 Jan 2023 19:06:07 +0100 Subject: [PATCH] python/build/libs.py: update CURL to 7.87.0 --- 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 a4a6b6cbf..c9cebf372 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -393,8 +393,8 @@ openssl = OpenSSLProject( ) curl = CmakeProject( - 'https://curl.se/download/curl-7.86.0.tar.xz', - '2d61116e5f485581f6d59865377df4463f2e788677ac43222b496d4e49fb627b', + 'https://curl.se/download/curl-7.87.0.tar.xz', + 'ee5f1a1955b0ed413435ef79db28b834ea5f0fb7c8cfb1ce47175cc3bee08fff', 'lib/libcurl.a', [ '-DBUILD_CURL_EXE=OFF',