diff options
author | Max Kellermann <max@musicpd.org> | 2020-04-01 15:49:12 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-04-01 15:49:16 +0200 |
commit | 90184e0ce76877912bc168597e7d40eb2040c1ac (patch) | |
tree | e3dc927d1a915e85cfacb3c5944f472cf3d14af5 /python | |
parent | 9c3e1d450a9a03172f9cc84dc19c3726d61d663b (diff) |
python/build/libs.py: update CURL to 7.69.1
Diffstat (limited to 'python')
-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 7c317d46a..627e3360f 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.68.0.tar.xz', - 'b724240722276a27f6e770b952121a3afd097129d8c9fe18e6272dc34192035a', + 'http://curl.haxx.se/download/curl-7.69.1.tar.xz', + '03c7d5e6697f7b7e40ada1b2256e565a555657398e6c1fcfa4cb251ccd819d4f', 'lib/libcurl.a', [ '--disable-shared', '--enable-static', |