Skip to content

Commit aee0329

Browse files
committed
Update curl to v8.13.0
1 parent 4c39c7a commit aee0329

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ of third party libraries used in the Windows port of WebKit.
1313
|---|:---:|:---:|---|
1414
|[icu](http://site.icu-project.org)| 76.1 | 2024-10-24 | CMake port. Upstream pinned to 74.1 |
1515
|[zlib](https://github.com/zlib-ng/zlib-ng)| zlib-ng | N/A | Map zlib to zlib-ng |
16-
|[curl](https://curl.se)| 8.13.0-rc2| 2025-03-17| Customization of build options, and release candidates |
16+
|[curl](https://curl.se)| 8.13.0 | 2025-04-02| Customization of build options, and release candidates |
1717
|[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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(VERSION 8.13.0-rc2)
1+
set(VERSION 8.13.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 299b41b5bf52b29f5064f68cd7d8d1e95d8b8f8b36fb80fb67ed2b342123f1fc87a543754cbee8c49c83a8e73daca89cb132a76c795d7fa4d9231c6bf281a9e0
18+
SHA512 d266e460f162ee455b56726e5b7247b2d1aa5265ae12081513fc0c5c79e785a594097bc71d505dc9bcd2c2f6f1ff6f4bab9dbd9d120bb76d06c5be8521a8ca7d
1919
)
2020

2121
# Extract archive

ports/curl/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "curl",
3-
"version": "8.13.0-rc2",
3+
"version": "8.13.0",
44
"description": "A library for transferring data with URLs",
55
"homepage": "https://curl.se/",
66
"dependencies": [

versions/baseline.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"port-version": 0
66
},
77
"curl": {
8-
"baseline": "8.13.0-rc2",
8+
"baseline": "8.13.0",
99
"port-version": 0
1010
},
1111
"icu": {

versions/c-/curl.json

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "cc5115020dc054ffead1ff27fb41a39b9ef9c31b",
5+
"version": "8.13.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "9eeb80d49e86a49bd154c2eb4db3ed07c3352f40",
510
"version": "8.13.0-rc2",

0 commit comments

Comments
 (0)
close