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 ports/wayland/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ports/wayland/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -10713,7 +10713,7 @@
"port-version": 0
},
"wayland": {
"baseline": "1.23.1",
"baseline": "1.25.0",
"port-version": 0
},
"wayland-protocols": {
Expand Down
5 changes: 5 additions & 0 deletions versions/w-/wayland.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8a7a61298eab57084fa6a490268ea0e76b237950",
"version": "1.25.0",
"port-version": 0
},
{
"git-tree": "15e4d3bdaff7f31a3e77ad8df8ea405705388db0",
"version": "1.23.1",
Expand Down
Loading