From 85a5b7dec4f692667500967989491615a58b8c8a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 19 Jan 2021 18:08:12 +0100 Subject: [PATCH] python/build/libs.py: update CURL to 7.74.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 e29d24009..c17237c4b 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -377,8 +377,8 @@ ffmpeg = FfmpegProject( ) curl = AutotoolsProject( - 'http://curl.haxx.se/download/curl-7.73.0.tar.xz', - '7c4c7ca4ea88abe00fea4740dcf81075c031b1d0bb23aff2d5efde20a3c2408a', + 'http://curl.haxx.se/download/curl-7.74.0.tar.xz', + '999d5f2c403cf6e25d58319fdd596611e455dd195208746bc6e6d197a77e878b', 'lib/libcurl.a', [ '--disable-shared', '--enable-static',