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

This commit is contained in:
Max Kellermann 2019-02-22 12:10:06 +01:00
parent 1fe3a77640
commit ea269c9c92
1 changed files with 2 additions and 2 deletions

View File

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