diff options
author | Max Kellermann <max@musicpd.org> | 2018-10-22 08:53:30 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-10-22 08:53:30 +0200 |
commit | 3f3f0af543e33ede947bdb19809243064224f4d7 (patch) | |
tree | a74fd0fdb10bc97e978100b1706ff28fcbc63030 /python/build/libs.py | |
parent | 850d208b7b3de08acdd7b8a09dce6595add9b6ea (diff) |
python/build/libs.py: upgrade CURL to 7.61.1
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 eed00fdbe..025d933df 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.0.tar.xz', - 'ef6e55192d04713673b4409ccbcb4cb6cd723137d6e10ca45b0c593a454e1720', + 'http://curl.haxx.se/download/curl-7.61.1.tar.xz', + '3d5913d6a39bd22e68e34dff697fd6e4c3c81563f580c76fca2009315cd81891', 'lib/libcurl.a', [ '--disable-shared', '--enable-static', |