summaryrefslogtreecommitdiff
path: root/python/build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-10-16 18:53:46 +0200
committerMax Kellermann <max@musicpd.org>2020-10-16 18:53:47 +0200
commita163beee6976638b61fadd4f788fdd947e070fb8 (patch)
tree11acbbe7affdb099b0510811db0348f66f6d5af0 /python/build
parent31268ad7cd76cf4ceef4a9c6e2fb3ba7d0eea4be (diff)
python/build/libs.py: update CURL to 7.73.0
Diffstat (limited to 'python/build')
-rw-r--r--python/build/libs.py4
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',