summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-08-06 17:17:39 +0200
committerMax Kellermann <max@musicpd.org>2021-08-06 17:20:52 +0200
commitdde77ec6bd63414a07d280052e400cedce5197ed (patch)
tree46e4a6e6e6dbcd8212102a928de2b41b02307685
parent5d73eda115d8044101b172b546abb0d296ed6a29 (diff)
python/build/libs.py: update CURL to 7.78.0
-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 d3e50ab09..a62a0bb67 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -385,8 +385,8 @@ openssl = OpenSSLProject(
)
curl = AutotoolsProject(
- 'https://curl.se/download/curl-7.76.1.tar.xz',
- '64bb5288c39f0840c07d077e30d9052e1cbb9fa6c2dc52523824cc859e679145',
+ 'https://curl.se/download/curl-7.78.0.tar.xz',
+ 'be42766d5664a739c3974ee3dfbbcbe978a4ccb1fe628bb1d9b59ac79e445fb5',
'lib/libcurl.a',
[
'--disable-shared', '--enable-static',