From e98aeaeb2055eb12f3b650f39af6e8949b692e70 Mon Sep 17 00:00:00 2001 From: dogknowsnx Date: Sun, 10 Aug 2025 17:52:45 +0200 Subject: [PATCH] wayland: update to 1.24.0 --- srcpkgs/wayland/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wayland/template b/srcpkgs/wayland/template index 5530babbb9a..1b1bf3787a8 100644 --- a/srcpkgs/wayland/template +++ b/srcpkgs/wayland/template @@ -1,6 +1,6 @@ # Template file for 'wayland' pkgname=wayland -version=1.23.1 +version=1.24.0 revision=1 build_style=meson # "Tests must not be built with NDEBUG defined, they rely on assert()." @@ -12,7 +12,7 @@ maintainer="Érico Nogueira " license="MIT" homepage="https://wayland.freedesktop.org/" distfiles="https://gitlab.freedesktop.org/wayland/wayland/-/releases/${version}/downloads/wayland-${version}.tar.xz" -checksum=864fb2a8399e2d0ec39d56e9d9b753c093775beadc6022ce81f441929a81e5ed +checksum=82892487a01ad67b334eca83b54317a7c86a03a89cfadacfef5211f11a5d0536 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=true"