summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-10-22 08:53:30 +0200
committerMax Kellermann <max@musicpd.org>2018-10-22 08:53:30 +0200
commit3f3f0af543e33ede947bdb19809243064224f4d7 (patch)
treea74fd0fdb10bc97e978100b1706ff28fcbc63030 /python
parent850d208b7b3de08acdd7b8a09dce6595add9b6ea (diff)
python/build/libs.py: upgrade CURL to 7.61.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 eed00fdbe..025d933df 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.61.0.tar.xz',
- 'ef6e55192d04713673b4409ccbcb4cb6cd723137d6e10ca45b0c593a454e1720',
+ 'http://curl.haxx.se/download/curl-7.61.1.tar.xz',
+ '3d5913d6a39bd22e68e34dff697fd6e4c3c81563f580c76fca2009315cd81891',
'lib/libcurl.a',
[
'--disable-shared', '--enable-static',