From 91afc7b23c08eab97177e7277915edd11edcb2fb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 4 Apr 2016 08:43:20 +0200 Subject: [PATCH] python/libs: upgrade CURL to 7.48.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 e80618ae9..a50ce1fe1 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.46.0.tar.lzma', - 'f845c513830d38c1b7ac39a98c1c2b11', + 'http://curl.haxx.se/download/curl-7.48.0.tar.lzma', + 'de75665721e3adb0a1d7e03b90c3d7a2', 'lib/libcurl.a', [ '--disable-shared', '--enable-static',