summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2016-10-26 11:35:01 +0200
committerMax Kellermann <max@musicpd.org>2016-10-26 17:00:17 +0200
commit1d340e7664c36acd50e1bb2cc9e401a38876b2ee (patch)
treed45b986fbca8d7fc4254c0ff25cce7d57a53b5c7 /python
parentea62bc0bb2f8e70d1e2eb70267da7ee9f82da7b1 (diff)
python/libs: upgrade CURL to 7.50.3
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 33f15832f..93949a9c1 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.50.0.tar.lzma',
- 'ecb8d3699c7087146b2953fee1bdaa41',
+ 'http://curl.haxx.se/download/curl-7.50.3.tar.lzma',
+ '6080c1eb3e72d5da6c892ba72a074ad2',
'lib/libcurl.a',
[
'--disable-shared', '--enable-static',