From 64aadcd13f9986818d1f0ecc66c63df6b235de4b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 4 Sep 2020 14:44:49 +0200 Subject: [PATCH] python/build/libs.py: update CURL to 7.72.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 d5403b7a9..a184c5698 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.71.1.tar.xz', - '40f83eda27cdbeb25cd4da48cefb639af1b9395d6026d2da1825bf059239658c', + 'http://curl.haxx.se/download/curl-7.72.0.tar.xz', + '0ded0808c4d85f2ee0db86980ae610cc9d165e9ca9da466196cc73c346513713', 'lib/libcurl.a', [ '--disable-shared', '--enable-static',