From 1d340e7664c36acd50e1bb2cc9e401a38876b2ee Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 26 Oct 2016 11:35:01 +0200 Subject: [PATCH] python/libs: upgrade CURL to 7.50.3 --- 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 33f15832f..93949a9c1 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -82,8 +82,8 @@ ffmpeg = FfmpegProject( ) curl = AutotoolsProject( - 'http://curl.haxx.se/download/curl-7.50.0.tar.lzma', - 'ecb8d3699c7087146b2953fee1bdaa41', + 'http://curl.haxx.se/download/curl-7.50.3.tar.lzma', + '6080c1eb3e72d5da6c892ba72a074ad2', 'lib/libcurl.a', [ '--disable-shared', '--enable-static',