File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ of third party libraries used in the Windows port of WebKit.
1414| [ icu] ( http://site.icu-project.org ) | 77.1 | 2025-03-13 | CMake port. Upstream pinned to 74.1 |
1515| [ openssl] ( https://www.libressl.org/ ) | libressl | N/A | Map openssl to libressl |
1616| [ zlib] ( https://github.com/zlib-ng/zlib-ng ) | zlib-ng | N/A | Map zlib to zlib-ng |
17- | [ curl] ( https://curl.se ) | 8.16 .0 | 2025-09-10 | Customization of build options, and release candidates |
17+ | [ curl] ( https://curl.se ) | 8.20 .0 | 2026-04-29 | Customization of build options, and release candidates |
1818| [ cairo] ( https://gitlab.freedesktop.org/cairo/cairo ) | 1.18.2 | 2024-09-01 | CMake port. Will remove when cairo taken out of WebKit |
Original file line number Diff line number Diff line change 1- set (VERSION 8.16 .0)
1+ set (VERSION 8.20 .0)
22string (REPLACE "." "_" TAG ${VERSION} )
33
44set (FILENAME "curl-${VERSION} .tar.xz" )
@@ -15,7 +15,7 @@ endif ()
1515vcpkg_download_distfile (ARCHIVE
1616 URLS ${URLS}
1717 FILENAME ${FILENAME}
18- SHA512 8262c3dc113cfd5744ef1b82dbccaa69448a9395ad5c094c22df5cf537a047a927d3332db2cb3be12a31a68a60d8d0fa8485b916e975eda36a4ebd860da4f621
18+ SHA512 edfa5882aaeefcf2226fe03b19246151c0377c3656f9c8cc385bdaf34565e1354e762005b58780917a6d98039ae34085e4a4bcb44255c77e3b0e1d94090c010b
1919)
2020
2121# Extract archive
Original file line number Diff line number Diff line change 11{
22 "name" : " curl" ,
3- "version" : " 8.16 .0" ,
4- "port-version" : 1 ,
3+ "version" : " 8.20 .0" ,
4+ "port-version" : 0 ,
55 "description" : " A library for transferring data with URLs" ,
66 "homepage" : " https://curl.se/" ,
77 "dependencies" : [
Original file line number Diff line number Diff line change 55 "port-version" : 0
66 },
77 "curl" : {
8- "baseline" : " 8.16 .0" ,
9- "port-version" : 1
8+ "baseline" : " 8.20 .0" ,
9+ "port-version" : 0
1010 },
1111 "icu" : {
1212 "baseline" : " 77.1.0" ,
Original file line number Diff line number Diff line change 11{
22 "versions" : [
3+ {
4+ "git-tree" : " fdcbb50ddc4d16461bab4a1829e2bf9472a4c066" ,
5+ "version" : " 8.20.0" ,
6+ "port-version" : 0
7+ },
38 {
49 "git-tree" : " af098084463e145e3bd02bf28f126fb1fccc0f9e" ,
510 "version" : " 8.16.0" ,
You can’t perform that action at this time.
0 commit comments