python/libs: upgrade CURL to 7.50.3
This commit is contained in:
parent
ea62bc0bb2
commit
1d340e7664
|
@ -82,8 +82,8 @@ ffmpeg = FfmpegProject(
|
||||||
)
|
)
|
||||||
|
|
||||||
curl = AutotoolsProject(
|
curl = AutotoolsProject(
|
||||||
'http://curl.haxx.se/download/curl-7.50.0.tar.lzma',
|
'http://curl.haxx.se/download/curl-7.50.3.tar.lzma',
|
||||||
'ecb8d3699c7087146b2953fee1bdaa41',
|
'6080c1eb3e72d5da6c892ba72a074ad2',
|
||||||
'lib/libcurl.a',
|
'lib/libcurl.a',
|
||||||
[
|
[
|
||||||
'--disable-shared', '--enable-static',
|
'--disable-shared', '--enable-static',
|
||||||
|
|
Loading…
Reference in New Issue