summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2016-12-29 21:14:33 +0100
committerMax Kellermann <max@musicpd.org>2016-12-29 21:50:35 +0100
commita8d6328bd418cf88ec5ad5c431b1b9de88f2a9e6 (patch)
treec00db46d149126a40bac26c73fc9033874247a25 /python
parent13dab13319857cdc1e5f71c04cb28af3cc2c1b80 (diff)
python/build/libs: upgrade CURL to 7.52.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 eb03322e5..72b30b866 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -82,8 +82,8 @@ ffmpeg = FfmpegProject(
)
curl = AutotoolsProject(
- 'http://curl.haxx.se/download/curl-7.51.0.tar.lzma',
- '0f876ef6d5776d96b08510461d57db1b',
+ 'http://curl.haxx.se/download/curl-7.52.1.tar.lzma',
+ '44286d4b825936e2430fc44ad730ce899afb736a5d328cbb8b5d42462f3f2365',
'lib/libcurl.a',
[
'--disable-shared', '--enable-static',