diff options
author | Max Kellermann <max@musicpd.org> | 2018-05-22 11:17:19 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-05-22 11:17:19 +0200 |
commit | 8bf250c2282cccc158bd0c26e8a972c48321a2d5 (patch) | |
tree | 4dec435d3f4d7f3c47b048e01495bc1845afae08 /python/build/libs.py | |
parent | 62127bbb123d143e52cc1bc95f636843a75eba4b (diff) |
python/build/libs: upgrade CURL to 7.60.0
Diffstat (limited to 'python/build/libs.py')
-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 be77050db..a0818376a 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -341,8 +341,8 @@ ffmpeg = FfmpegProject( ) curl = AutotoolsProject( - 'http://curl.haxx.se/download/curl-7.59.0.tar.xz', - 'e44eaabdf916407585bf5c7939ff1161e6242b6b015d3f2f5b758b2a330461fc', + 'http://curl.haxx.se/download/curl-7.60.0.tar.xz', + '8736ff8ded89ddf7e926eec7b16f82597d029fc1469f3a551f1fafaac164e6a0', 'lib/libcurl.a', [ '--disable-shared', '--enable-static', |