File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ the requirements.
5656| [ nghttp3] ( https://github.com/ngtcp2/nghttp3 ) | 1.5.0 | 2024-08-23 |
5757| [ ngtcp2] ( https://github.com/ngtcp2/ngtcp2 ) | 1.7.0 | 2024-08-23 |
5858| [ c-ares] ( https://c-ares.org ) | 1.33.0 | 2024-08-02 |
59- | [ curl] ( https://curl.se ) | 8.9.1 | 2024-07-31 |
59+ | [ curl] ( https://curl.se ) | 8.10.0 | 2024-09-10 |
6060| [ libxml2] ( http://xmlsoft.org ) | 2.13.3 | 2024-07-24 |
6161| [ libxslt] ( http://xmlsoft.org/libxslt ) | 1.1.42 | 2024-07-04 |
6262| [ lcms] ( https://www.littlecms.com/ ) | 2.16.0 | 2023-12-03 |
Original file line number Diff line number Diff line change 1- set (VERSION 8.9.1 )
1+ set (VERSION 8.10.0 )
22string (REPLACE "." "_" TAG ${VERSION} )
33
44set (FILENAME "curl-${VERSION} .zip" )
@@ -8,7 +8,7 @@ set(URLS "https://github.com/curl/curl/releases/download/curl-${TAG}/${FILENAME}
88vcpkg_download_distfile(ARCHIVE
99 URLS ${URLS}
1010 FILENAME ${FILENAME}
11- SHA512 fba5523b415fdddae6722065bbe7a288dd39a3a58fca0e75f503a776b33ef75a454e4a4cd217bb2b8a1125fac681bbd4a3462c812402159e9e86de3b90b7c38d
11+ SHA512 9279c0fdb470b3547518457c8fd1ad3673f76584f85258b6e33038f345086301ef120d59314bb99e8a7b0898d4a25c8a5c288311c185c10c92fc3dcfa0d6a1fb
1212)
1313
1414# Extract archive
Original file line number Diff line number Diff line change 11{
22 "name" : " curl" ,
3- "version" : " 8.9.1 " ,
3+ "version" : " 8.10.0 " ,
44 "description" : " A library for transferring data with URLs" ,
55 "homepage" : " https://curl.se/" ,
66 "dependencies" : [
You can’t perform that action at this time.
0 commit comments