From 6acb240f694136d80ec76de6e1788e62b7a48c71 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 7 Oct 2021 13:30:57 +0200 Subject: [PATCH] python/build/libs.py: update CURL to 7.79.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 fa419b11d..ba0db4c28 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -382,8 +382,8 @@ openssl = OpenSSLProject( ) curl = CmakeProject( - 'https://curl.se/download/curl-7.78.0.tar.xz', - 'be42766d5664a739c3974ee3dfbbcbe978a4ccb1fe628bb1d9b59ac79e445fb5', + 'https://curl.se/download/curl-7.79.1.tar.xz', + '0606f74b1182ab732a17c11613cbbaf7084f2e6cca432642d0e3ad7c224c3689', 'lib/libcurl.a', [ '-DBUILD_CURL_EXE=OFF',