diff options
author | Max Kellermann <max@musicpd.org> | 2020-10-16 18:53:46 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-10-16 18:53:47 +0200 |
commit | a163beee6976638b61fadd4f788fdd947e070fb8 (patch) | |
tree | 11acbbe7affdb099b0510811db0348f66f6d5af0 /python | |
parent | 31268ad7cd76cf4ceef4a9c6e2fb3ba7d0eea4be (diff) |
python/build/libs.py: update CURL to 7.73.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 4886e8e19..7584caa16 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -377,8 +377,8 @@ ffmpeg = FfmpegProject( ) curl = AutotoolsProject( - 'http://curl.haxx.se/download/curl-7.72.0.tar.xz', - '0ded0808c4d85f2ee0db86980ae610cc9d165e9ca9da466196cc73c346513713', + 'http://curl.haxx.se/download/curl-7.73.0.tar.xz', + '7c4c7ca4ea88abe00fea4740dcf81075c031b1d0bb23aff2d5efde20a3c2408a', 'lib/libcurl.a', [ '--disable-shared', '--enable-static', |