python/build/libs.py: upgrade CURL to 7.64.1

This commit is contained in:
Max Kellermann 2019-04-03 11:35:13 +02:00
parent fef839e2a9
commit e183ab5cf8

View File

@ -341,8 +341,8 @@ ffmpeg = FfmpegProject(
) )
curl = AutotoolsProject( curl = AutotoolsProject(
'http://curl.haxx.se/download/curl-7.64.0.tar.xz', 'http://curl.haxx.se/download/curl-7.64.1.tar.xz',
'2f2f13fa34d44aa29cb444077ad7dc4dc6d189584ad552e0aaeb06e608af6001', '9252332a7f871ce37bfa7f78bdd0a0e3924d8187cc27cb57c76c9474a7168fb3',
'lib/libcurl.a', 'lib/libcurl.a',
[ [
'--disable-shared', '--enable-static', '--disable-shared', '--enable-static',