diff options
author | Max Kellermann <max@musicpd.org> | 2019-11-04 14:27:00 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-11-04 14:27:00 +0100 |
commit | d659c7df19d715413bd518b4e2e2b4f550f0a25e (patch) | |
tree | f7a809db4643ea9667bc04384a00c69e8a046fc0 /python/build/libs.py | |
parent | f8403a1d290ca888dbefc3a3aa7f0b4886d40c13 (diff) |
python/build/libs: update CURL to 7.66.0
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 c24897165..fea21a282 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.65.3.tar.xz', - 'f2d98854813948d157f6a91236ae34ca4a1b4cb302617cebad263d79b0235fea', + 'http://curl.haxx.se/download/curl-7.66.0.tar.xz', + 'dbb48088193016d079b97c5c3efde8efa56ada2ebf336e8a97d04eb8e2ed98c1', 'lib/libcurl.a', [ '--disable-shared', '--enable-static', |