From d659c7df19d715413bd518b4e2e2b4f550f0a25e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 4 Nov 2019 14:27:00 +0100 Subject: python/build/libs: update CURL to 7.66.0 --- python/build/libs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python') diff --git a/python/build/libs.py b/python/build/libs.py index c24897165..fea21a282 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -341,8 +341,8 @@ ffmpeg = FfmpegProject( ) curl = AutotoolsProject( - 'http://curl.haxx.se/download/curl-7.65.3.tar.xz', - 'f2d98854813948d157f6a91236ae34ca4a1b4cb302617cebad263d79b0235fea', + 'http://curl.haxx.se/download/curl-7.66.0.tar.xz', + 'dbb48088193016d079b97c5c3efde8efa56ada2ebf336e8a97d04eb8e2ed98c1', 'lib/libcurl.a', [ '--disable-shared', '--enable-static', -- cgit v1.2.3