diff options
author | Max Kellermann <max@musicpd.org> | 2021-05-17 18:37:38 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-05-17 18:42:05 +0200 |
commit | 6f51d910eeef161b9e1a09406cf7e219341d8161 (patch) | |
tree | e3dba70eeb5abf3fbdf96f77a7c76cb17f9bd9de /python/build/libs.py | |
parent | 1215818572b6062c4ec709ba818954d49fbd9311 (diff) |
python/build/libs.py: update CURL to 7.76.1
Diffstat (limited to 'python/build/libs.py')
-rw-r--r-- | python/build/libs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/build/libs.py b/python/build/libs.py index 3c78bebc2..56e3a29c4 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -385,8 +385,8 @@ openssl = OpenSSLProject( ) curl = AutotoolsProject( - 'http://curl.haxx.se/download/curl-7.74.0.tar.xz', - '999d5f2c403cf6e25d58319fdd596611e455dd195208746bc6e6d197a77e878b', + 'https://curl.se/download/curl-7.76.1.tar.xz', + '64bb5288c39f0840c07d077e30d9052e1cbb9fa6c2dc52523824cc859e679145', 'lib/libcurl.a', [ '--disable-shared', '--enable-static', |