diff options
author | Max Kellermann <max@musicpd.org> | 2018-11-14 11:28:55 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-11-14 11:50:51 +0100 |
commit | 9f0cbf418a5628e39fdf3f0e9140fa913b5de55c (patch) | |
tree | 7b739b98f7c3327a375b353c0dee25761b4092be /python | |
parent | b477f86c922b30621cb7297b706038440a262eb5 (diff) |
python/build/libs.py: upgrade CURL to 7.62.0
Diffstat (limited to 'python')
-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 025d933df..1cd013f7c 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.61.1.tar.xz', - '3d5913d6a39bd22e68e34dff697fd6e4c3c81563f580c76fca2009315cd81891', + 'http://curl.haxx.se/download/curl-7.62.0.tar.xz', + 'dab5643a5fe775ae92570b9f3df6b0ef4bc2a827a959361fb130c73b721275c1', 'lib/libcurl.a', [ '--disable-shared', '--enable-static', |