diff options
author | Max Kellermann <max@musicpd.org> | 2018-02-03 19:46:31 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-02-03 19:46:31 +0100 |
commit | 56aaf3c73e006a8e8787e4d0a661987c270e1d68 (patch) | |
tree | 7d2c394ad763ea25e21fc64d07a5fd150a04d35f /python/build | |
parent | 12fd1cad0cc5472cbe931516970c1ac7aeb7ec00 (diff) |
python/build/libs: upgrade CURL to 7.58.0
Diffstat (limited to 'python/build')
-rw-r--r-- | python/build/libs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/build/libs.py b/python/build/libs.py index a70cf5d1f..a46902a19 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -339,8 +339,8 @@ ffmpeg = FfmpegProject( ) curl = AutotoolsProject( - 'http://curl.haxx.se/download/curl-7.57.0.tar.xz', - 'f5f6fd3c72b7b8389969f4fb671ed8532fa9b5bb7a5cae7ca89bc1cea45c7878', + 'http://curl.haxx.se/download/curl-7.58.0.tar.xz', + '6a813875243609eb75f37fa72044e4ad618b55ec15a4eafdac2df6a7e800e3e3', 'lib/libcurl.a', [ '--disable-shared', '--enable-static', |