Commit 7be220f 1 parent ced28a0 commit 7be220f Copy full SHA for 7be220f
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ the requirements.
56
56
| [ nghttp3] ( https://github.com/ngtcp2/nghttp3 ) | 1.5.0 | 2024-08-23 |
57
57
| [ ngtcp2] ( https://github.com/ngtcp2/ngtcp2 ) | 1.7.0 | 2024-08-23 |
58
58
| [ 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 |
60
60
| [ libxml2] ( http://xmlsoft.org ) | 2.13.3 | 2024-07-24 |
61
61
| [ libxslt] ( http://xmlsoft.org/libxslt ) | 1.1.42 | 2024-07-04 |
62
62
| [ 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 )
2
2
string (REPLACE "." "_" TAG ${VERSION} )
3
3
4
4
set (FILENAME "curl-${VERSION} .zip" )
@@ -8,7 +8,7 @@ set(URLS "https://github.com/curl/curl/releases/download/curl-${TAG}/${FILENAME}
8
8
vcpkg_download_distfile(ARCHIVE
9
9
URLS ${URLS}
10
10
FILENAME ${FILENAME}
11
- SHA512 fba5523b415fdddae6722065bbe7a288dd39a3a58fca0e75f503a776b33ef75a454e4a4cd217bb2b8a1125fac681bbd4a3462c812402159e9e86de3b90b7c38d
11
+ SHA512 9279c0fdb470b3547518457c8fd1ad3673f76584f85258b6e33038f345086301ef120d59314bb99e8a7b0898d4a25c8a5c288311c185c10c92fc3dcfa0d6a1fb
12
12
)
13
13
14
14
# Extract archive
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " curl" ,
3
- "version" : " 8.9.1 " ,
3
+ "version" : " 8.10.0 " ,
4
4
"description" : " A library for transferring data with URLs" ,
5
5
"homepage" : " https://curl.se/" ,
6
6
"dependencies" : [
You can’t perform that action at this time.
0 commit comments