python/build/libs.py: update CURL to 7.83.0
This commit is contained in:
parent
fc9cee38d8
commit
7581ea55db
|
@ -386,8 +386,8 @@ openssl = OpenSSLProject(
|
||||||
)
|
)
|
||||||
|
|
||||||
curl = CmakeProject(
|
curl = CmakeProject(
|
||||||
'https://curl.se/download/curl-7.82.0.tar.xz',
|
'https://curl.se/download/curl-7.83.0.tar.xz',
|
||||||
'0aaa12d7bd04b0966254f2703ce80dd5c38dbbd76af0297d3d690cdce58a583c',
|
'bbff0e6b5047e773f3c3b084d80546cc1be4e354c09e419c2d0ef6116253511a',
|
||||||
'lib/libcurl.a',
|
'lib/libcurl.a',
|
||||||
[
|
[
|
||||||
'-DBUILD_CURL_EXE=OFF',
|
'-DBUILD_CURL_EXE=OFF',
|
||||||
|
|
Loading…
Reference in New Issue