diff options
author | Max Kellermann <max@musicpd.org> | 2020-01-17 15:19:46 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-01-17 15:19:46 +0100 |
commit | 61784c214450d54948511acd1d10a8e1596ffc97 (patch) | |
tree | 8b311157ccf577465bd2f0b5958b910aeabea0fe /python | |
parent | 7059215795569ac95fea0fff11a368daff4dee4a (diff) |
python/build/libs.py: update CURL to 7.68.0
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 301d7beff..48fc6100d 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.66.0.tar.xz', - 'dbb48088193016d079b97c5c3efde8efa56ada2ebf336e8a97d04eb8e2ed98c1', + 'http://curl.haxx.se/download/curl-7.68.0.tar.xz', + 'b724240722276a27f6e770b952121a3afd097129d8c9fe18e6272dc34192035a', 'lib/libcurl.a', [ '--disable-shared', '--enable-static', |