diff --git a/README.md b/README.md index 75c5ee7..cdb4de5 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ of third party libraries used in the Windows port of WebKit. | [openssl](https://www.libressl.org/) | libressl | N/A | Map openssl to libressl | | [zlib](https://github.com/zlib-ng/zlib-ng) | zlib-ng | N/A | Map zlib to zlib-ng | | [curl](https://curl.se) | 8.16.0 | 2025-09-10 | Customization of build options, and release candidates | -| [cairo](https://gitlab.freedesktop.org/cairo/cairo) | 1.18.2 | 2024-09-01 | CMake port. Will remove when cairo taken out of WebKit | +| [cairo](https://gitlab.freedesktop.org/cairo/cairo) | 1.18.4 | 2025-03-08 | CMake port. Will remove when cairo taken out of WebKit | diff --git a/ports/cairo/portfile.cmake b/ports/cairo/portfile.cmake index bd85ce2..25b15a0 100644 --- a/ports/cairo/portfile.cmake +++ b/ports/cairo/portfile.cmake @@ -1,4 +1,4 @@ -set(VERSION 1.18.2) +set(VERSION 1.18.4) set(FILENAME "cairo-${VERSION}.tar.bz2") set(URLS "https://gitlab.freedesktop.org/cairo/cairo/-/archive/${VERSION}/${FILENAME}") @@ -7,7 +7,7 @@ set(URLS "https://gitlab.freedesktop.org/cairo/cairo/-/archive/${VERSION}/${FILE vcpkg_download_distfile(ARCHIVE URLS ${URLS} FILENAME ${FILENAME} - SHA512 8db31b675791b892379bc5fca7f421d3e8ebca9c3cbcdc27fa80efb1274f12d89276a54fa1ec18008f81de9b1dc2fafb9fbee9ee368e893e8b035a332d07e141 + SHA512 27b98a17510b4d6f0187fcb280fea1b47ae31243f6999081a7ac94f8cf3c789c05fa6eb0fe65844808ef9ac11bcd29a4c3688c871a6950d888667840385acf9b ) # Patches diff --git a/ports/cairo/vcpkg.json b/ports/cairo/vcpkg.json index e5e1506..067e131 100644 --- a/ports/cairo/vcpkg.json +++ b/ports/cairo/vcpkg.json @@ -1,6 +1,6 @@ { "name": "cairo", - "version": "1.18.2", + "version": "1.18.4", "description": "Cairo is a 2D graphics library with support for multiple output devices.", "homepage": "https://gitlab.freedesktop.org/cairo/cairo", "license": "MPL-1.1", diff --git a/versions/baseline.json b/versions/baseline.json index f3674ca..cfd85ca 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1,7 +1,7 @@ { "default": { "cairo": { - "baseline": "1.18.2", + "baseline": "1.18.4", "port-version": 0 }, "curl": { diff --git a/versions/c-/cairo.json b/versions/c-/cairo.json index e48b3f4..b092ce4 100644 --- a/versions/c-/cairo.json +++ b/versions/c-/cairo.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2fb614566f98ec8b3342acea1e14eed8944608a8", + "version": "1.18.4", + "port-version": 0 + }, { "git-tree": "d66ade1c9bb9ec902032fad20ac0d975208fedb4", "version": "1.18.2",