From 9f10e762a7235445767193e5f9f3631107cd3c5d Mon Sep 17 00:00:00 2001 From: Stephan Vedder Date: Wed, 8 Apr 2026 13:04:26 +0200 Subject: [PATCH 1/2] [wayland] Update to 1.25.0 --- ports/wayland/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/w-/wayland.json | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ports/wayland/vcpkg.json b/ports/wayland/vcpkg.json index 9c57f0aa382f05..53cbe77fb142ac 100644 --- a/ports/wayland/vcpkg.json +++ b/ports/wayland/vcpkg.json @@ -1,6 +1,6 @@ { "name": "wayland", - "version": "1.23.1", + "version": "1.25.0", "description": "Core Wayland window system code and protocol", "homepage": "https://wayland.freedesktop.org", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index fc64f8af0780b9..a8c82cfcef66da 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -10713,7 +10713,7 @@ "port-version": 0 }, "wayland": { - "baseline": "1.23.1", + "baseline": "1.25.0", "port-version": 0 }, "wayland-protocols": { diff --git a/versions/w-/wayland.json b/versions/w-/wayland.json index 8e96f73b4b14b0..60fd0ea5696aa5 100644 --- a/versions/w-/wayland.json +++ b/versions/w-/wayland.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f3a3a7b35b73fc9b2b8bca3a8050a3a5e19c924e", + "version": "1.25.0", + "port-version": 0 + }, { "git-tree": "15e4d3bdaff7f31a3e77ad8df8ea405705388db0", "version": "1.23.1", From d49c92c172cec1ffc927524f519d3148a0b366f9 Mon Sep 17 00:00:00 2001 From: Billy Robert O'Neal III Date: Wed, 8 Apr 2026 12:51:45 -0700 Subject: [PATCH 2/2] Actually update. --- ports/wayland/portfile.cmake | 2 +- versions/w-/wayland.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/wayland/portfile.cmake b/ports/wayland/portfile.cmake index e1ab2a697784f1..d2d44575fb85bc 100644 --- a/ports/wayland/portfile.cmake +++ b/ports/wayland/portfile.cmake @@ -19,7 +19,7 @@ vcpkg_from_gitlab( OUT_SOURCE_PATH SOURCE_PATH REPO wayland/wayland REF ${VERSION} - SHA512 454a4d7cab9fb9eafe3505114e9dfafed94c985fb7f156eb2d67f258bf2bf8418598ab75c237aa75fabe81a811981dbc72363870f2f81ddcbfb3adfaa95d4947 + SHA512 24c8cb42598d0d0d78831b200630cb2254c81241661b7977f30d4d733f6efceac91768784db64d0991e2044adf04049a6d3f5b27a5d9ceab8605dd89589abb68 HEAD_REF master PATCHES cross-build.diff diff --git a/versions/w-/wayland.json b/versions/w-/wayland.json index 60fd0ea5696aa5..8fa37e825b11c8 100644 --- a/versions/w-/wayland.json +++ b/versions/w-/wayland.json @@ -1,7 +1,7 @@ { "versions": [ { - "git-tree": "f3a3a7b35b73fc9b2b8bca3a8050a3a5e19c924e", + "git-tree": "8a7a61298eab57084fa6a490268ea0e76b237950", "version": "1.25.0", "port-version": 0 },