summaryrefslogtreecommitdiff
path: root/python/build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-04-03 11:35:13 +0200
committerMax Kellermann <max@musicpd.org>2019-04-03 11:35:13 +0200
commite183ab5cf839d61ed2d90dc44b3ca17700da5f00 (patch)
treee3e7dbe400be0d2f635b09b6a358488458937c80 /python/build
parentfef839e2a9a66f8cd8d2ae103b1dbd7aa11a5136 (diff)
python/build/libs.py: upgrade CURL to 7.64.1
Diffstat (limited to 'python/build')
-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 e7f1ad9af..fc7cd345e 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.64.0.tar.xz',
- '2f2f13fa34d44aa29cb444077ad7dc4dc6d189584ad552e0aaeb06e608af6001',
+ 'http://curl.haxx.se/download/curl-7.64.1.tar.xz',
+ '9252332a7f871ce37bfa7f78bdd0a0e3924d8187cc27cb57c76c9474a7168fb3',
'lib/libcurl.a',
[
'--disable-shared', '--enable-static',