summaryrefslogtreecommitdiff
path: root/python/build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-05-07 14:18:54 +0200
committerMax Kellermann <max@musicpd.org>2020-05-07 14:18:55 +0200
commit61aed60f6d26560203d9d501138d9bf938ec3323 (patch)
tree69ec60cbde6102ddd8c98ad9434014fe02d45462 /python/build
parent2cc323c9fe1cd8f39553cc0f1cc8894718e068d8 (diff)
python/build/libs.py: update CURL to 7.70.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 b7325f60c..0063e220c 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.69.1.tar.xz',
- '03c7d5e6697f7b7e40ada1b2256e565a555657398e6c1fcfa4cb251ccd819d4f',
+ 'http://curl.haxx.se/download/curl-7.70.0.tar.xz',
+ '032f43f2674008c761af19bf536374128c16241fb234699a55f9fb603fcfbae7',
'lib/libcurl.a',
[
'--disable-shared', '--enable-static',