Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ of third party libraries used in the Windows port of WebKit.
|---|:---:|:---:|---|
| [icu](http://site.icu-project.org) | 76.1 | 2024-10-24 | CMake port. Upstream pinned to 74.1 |
| [zlib](https://github.com/zlib-ng/zlib-ng) | zlib-ng | N/A | Map zlib to zlib-ng |
| [curl](https://curl.se) | 8.12.0 | 2025-02-05 | Customization of build options |
| [curl](https://curl.se) | 8.12.1 | 2025-02-12 | Customization of build options |
| [cairo](https://gitlab.freedesktop.org/cairo/cairo) | 1.18.2 | 2024-09-01 | CMake port. Will remove when cairo taken out of WebKit |
4 changes: 2 additions & 2 deletions ports/curl/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(VERSION 8.12.0)
set(VERSION 8.12.1)
string(REPLACE "." "_" TAG ${VERSION})

set(FILENAME "curl-${VERSION}.zip")
Expand All @@ -8,7 +8,7 @@ set(URLS "https://github.com/curl/curl/releases/download/curl-${TAG}/${FILENAME}
vcpkg_download_distfile(ARCHIVE
URLS ${URLS}
FILENAME ${FILENAME}
SHA512 80eaa2f25b75d05fe9c93c39503d5bd3256879d1eed13acae62e306dd78a43498534aad8bd8a6fb796e673c8b694a31d3764e805c12226d3b28e887a8e355135
SHA512 c0be503358811b82f360f6bc65389b7b6e45526c1078689df4a6ae5f848c2103babac2f2fcc0bed0c562c22948b990684a420b83aadf028b3912bf2b361c3462
)

# Extract archive
Expand Down
2 changes: 1 addition & 1 deletion ports/curl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "curl",
"version": "8.12.0",
"version": "8.12.1",
"description": "A library for transferring data with URLs",
"homepage": "https://curl.se/",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"port-version": 0
},
"curl": {
"baseline": "8.12.0",
"baseline": "8.12.1",
"port-version": 0
},
"icu": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/curl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8df7afbdbc341d47543c075fd44c6d6a4ce1f793",
"version": "8.12.1",
"port-version": 0
},
{
"git-tree": "1eb8f8d43289514a0c24119c16ceb542cabe5603",
"version": "8.12.0",
Expand Down