python/build/libs.py: update CURL to 7.70.0

This commit is contained in:
Max Kellermann 2020-05-07 14:18:54 +02:00
parent 2cc323c9fe
commit 61aed60f6d
1 changed files with 2 additions and 2 deletions

View File

@ -341,8 +341,8 @@ ffmpeg = FfmpegProject(
) )
curl = AutotoolsProject( curl = AutotoolsProject(
'http://curl.haxx.se/download/curl-7.69.1.tar.xz', 'http://curl.haxx.se/download/curl-7.70.0.tar.xz',
'03c7d5e6697f7b7e40ada1b2256e565a555657398e6c1fcfa4cb251ccd819d4f', '032f43f2674008c761af19bf536374128c16241fb234699a55f9fb603fcfbae7',
'lib/libcurl.a', 'lib/libcurl.a',
[ [
'--disable-shared', '--enable-static', '--disable-shared', '--enable-static',