python/libs: upgrade CURL to 7.49.1

This commit is contained in:
Max Kellermann 2016-06-17 17:57:27 +02:00
parent f9fd868b99
commit 35faafb32c
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ ffmpeg = FfmpegProject(
) )
curl = AutotoolsProject( curl = AutotoolsProject(
'http://curl.haxx.se/download/curl-7.48.0.tar.lzma', 'http://curl.haxx.se/download/curl-7.49.1.tar.lzma',
'de75665721e3adb0a1d7e03b90c3d7a2', 'ae5e5e395da413d1fa0864e1d0a3fa57',
'lib/libcurl.a', 'lib/libcurl.a',
[ [
'--disable-shared', '--enable-static', '--disable-shared', '--enable-static',