Skip to content

Commit c1e174c

Browse files
AbdAlRahmanGaddonny-dont
authored andcommitted
update curl to v8.20.0
1 parent ec06747 commit c1e174c

5 files changed

Lines changed: 12 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

ports/curl/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(VERSION 8.16.0)
1+
set(VERSION 8.20.0)
22
string(REPLACE "." "_" TAG ${VERSION})
33

44
set(FILENAME "curl-${VERSION}.tar.xz")
@@ -15,7 +15,7 @@ endif ()
1515
vcpkg_download_distfile(ARCHIVE
1616
URLS ${URLS}
1717
FILENAME ${FILENAME}
18-
SHA512 8262c3dc113cfd5744ef1b82dbccaa69448a9395ad5c094c22df5cf537a047a927d3332db2cb3be12a31a68a60d8d0fa8485b916e975eda36a4ebd860da4f621
18+
SHA512 edfa5882aaeefcf2226fe03b19246151c0377c3656f9c8cc385bdaf34565e1354e762005b58780917a6d98039ae34085e4a4bcb44255c77e3b0e1d94090c010b
1919
)
2020

2121
# Extract archive

ports/curl/vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": [

versions/baseline.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
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",

versions/c-/curl.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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",

0 commit comments

Comments
 (0)