summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-02-22 12:10:06 +0100
committerMax Kellermann <max@musicpd.org>2019-02-22 12:10:06 +0100
commitea269c9c92bb9813d00d077fb4297b6851c4449a (patch)
tree50902f70e59a2ea7ef4a60efa31912ba00a0aaf7 /python
parent1fe3a77640018a2d0603d464030aa904f77cd269 (diff)
python/build/libs.py: upgrade CURL to 7.64.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 6f83e2cf1..8fc1f2258 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.63.0.tar.xz',
- '9600234c794bfb8a0d3f138e9294d60a20e7a5f10e35ece8cf518e2112d968c4',
+ 'http://curl.haxx.se/download/curl-7.64.0.tar.xz',
+ '2f2f13fa34d44aa29cb444077ad7dc4dc6d189584ad552e0aaeb06e608af6001',
'lib/libcurl.a',
[
'--disable-shared', '--enable-static',