python/build/libs.py: update CURL to 8.2.1

This commit is contained in:
Max Kellermann 2023-09-11 22:24:26 +02:00
parent 7c65c4f485
commit 6953800628
1 changed files with 2 additions and 2 deletions

View File

@ -614,8 +614,8 @@ openssl = OpenSSLProject(
) )
curl = CmakeProject( curl = CmakeProject(
'https://curl.se/download/curl-8.0.1.tar.xz', 'https://curl.se/download/curl-8.2.1.tar.xz',
'0a381cd82f4d00a9a334438b8ca239afea5bfefcfa9a1025f2bf118e79e0b5f0', 'dd322f6bd0a20e6cebdfd388f69e98c3d183bed792cf4713c8a7ef498cba4894',
'lib/libcurl.a', 'lib/libcurl.a',
[ [
'-DBUILD_CURL_EXE=OFF', '-DBUILD_CURL_EXE=OFF',