summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-07-20 12:37:53 +0200
committerMax Kellermann <max@musicpd.org>2020-07-20 12:37:54 +0200
commit77c2efe17112899bc4dff8ea8a37c6c4a4da992e (patch)
tree4e5c1b387c087d0b2172a9a81e59436f7cd3de97 /python
parent587c0f6232e21d71b53c5ab7eec87b431bb1c70e (diff)
python/build/libs.py: update CURL to 7.71.1
Diffstat (limited to 'python')
-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 afeefa51a..d5403b7a9 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.70.0.tar.xz',
- '032f43f2674008c761af19bf536374128c16241fb234699a55f9fb603fcfbae7',
+ 'http://curl.haxx.se/download/curl-7.71.1.tar.xz',
+ '40f83eda27cdbeb25cd4da48cefb639af1b9395d6026d2da1825bf059239658c',
'lib/libcurl.a',
[
'--disable-shared', '--enable-static',