summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-09-04 14:44:49 +0200
committerMax Kellermann <max@musicpd.org>2020-09-04 14:48:40 +0200
commit64aadcd13f9986818d1f0ecc66c63df6b235de4b (patch)
tree461ad8ed2c99561833be11740b92580269600ba1 /python
parent1f6a7d64622046f6b56c302c0f9ff34ae8c326c6 (diff)
python/build/libs.py: update CURL to 7.72.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 d5403b7a9..a184c5698 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -377,8 +377,8 @@ ffmpeg = FfmpegProject(
)
curl = AutotoolsProject(
- 'http://curl.haxx.se/download/curl-7.71.1.tar.xz',
- '40f83eda27cdbeb25cd4da48cefb639af1b9395d6026d2da1825bf059239658c',
+ 'http://curl.haxx.se/download/curl-7.72.0.tar.xz',
+ '0ded0808c4d85f2ee0db86980ae610cc9d165e9ca9da466196cc73c346513713',
'lib/libcurl.a',
[
'--disable-shared', '--enable-static',