Skip to content

Commit a000a56

Browse files
committed
Update curl to v8.12.1
1 parent d9ecbe6 commit a000a56

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.12.0 | 2025-02-05 | Customization of build options |
16+
| [curl](https://curl.se) | 8.12.1 | 2025-02-12 | Customization of build options |
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

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

44
set(FILENAME "curl-${VERSION}.zip")
@@ -8,7 +8,7 @@ set(URLS "https://github.com/curl/curl/releases/download/curl-${TAG}/${FILENAME}
88
vcpkg_download_distfile(ARCHIVE
99
URLS ${URLS}
1010
FILENAME ${FILENAME}
11-
SHA512 80eaa2f25b75d05fe9c93c39503d5bd3256879d1eed13acae62e306dd78a43498534aad8bd8a6fb796e673c8b694a31d3764e805c12226d3b28e887a8e355135
11+
SHA512 c0be503358811b82f360f6bc65389b7b6e45526c1078689df4a6ae5f848c2103babac2f2fcc0bed0c562c22948b990684a420b83aadf028b3912bf2b361c3462
1212
)
1313

1414
# Extract archive

ports/curl/vcpkg.json

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

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"port-version": 0
66
},
77
"curl": {
8-
"baseline": "8.12.0",
8+
"baseline": "8.12.1",
99
"port-version": 0
1010
},
1111
"icu": {

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": "8df7afbdbc341d47543c075fd44c6d6a4ce1f793",
5+
"version": "8.12.1",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "1eb8f8d43289514a0c24119c16ceb542cabe5603",
510
"version": "8.12.0",

0 commit comments

Comments
 (0)