summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-07-16 10:55:08 +0200
committerMax Kellermann <max@musicpd.org>2018-07-16 10:55:08 +0200
commitceee47fda806884a43648027fda6c1229f47a021 (patch)
treef29283a4253fce94f6caccd05a25b39b3da9bda1 /python
parent6f3c0d0a60b0062664320a7beacfd824c0cc6685 (diff)
python/build/libs: upgrade CURL to 7.61.0
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 2c47dddb7..f5d40bdb4 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.60.0.tar.xz',
- '8736ff8ded89ddf7e926eec7b16f82597d029fc1469f3a551f1fafaac164e6a0',
+ 'http://curl.haxx.se/download/curl-7.61.0.tar.xz',
+ 'ef6e55192d04713673b4409ccbcb4cb6cd723137d6e10ca45b0c593a454e1720',
'lib/libcurl.a',
[
'--disable-shared', '--enable-static',