summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-03-15 11:24:50 +0100
committerMax Kellermann <max@musicpd.org>2018-03-15 11:24:50 +0100
commite8099f01b5a2d49dd238287461ff754947490064 (patch)
tree9a01a555bd93e0e7f163bcc16631a34376d9ca43 /python
parent672bdd3a56d8076aafe7fc3dd14df7652cc71732 (diff)
python/build/libs: upgrade CURL to 7.59.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 18b4cbbaf..1c99a37cb 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -334,8 +334,8 @@ ffmpeg = FfmpegProject(
)
curl = AutotoolsProject(
- 'http://curl.haxx.se/download/curl-7.58.0.tar.xz',
- '6a813875243609eb75f37fa72044e4ad618b55ec15a4eafdac2df6a7e800e3e3',
+ 'http://curl.haxx.se/download/curl-7.59.0.tar.xz',
+ 'e44eaabdf916407585bf5c7939ff1161e6242b6b015d3f2f5b758b2a330461fc',
'lib/libcurl.a',
[
'--disable-shared', '--enable-static',