From 6a9ef6df83a4aba4dfda088e1f58b0f51015a3ed Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Sun, 14 Jul 2024 10:15:51 +0200 Subject: [PATCH] wayland: update to 1.23.0 --- srcpkgs/wayland/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wayland/template b/srcpkgs/wayland/template index 8382afd3697..91ab04c143a 100644 --- a/srcpkgs/wayland/template +++ b/srcpkgs/wayland/template @@ -1,6 +1,6 @@ # Template file for 'wayland' pkgname=wayland -version=1.22.0 +version=1.23.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=1540af1ea698a471c2d8e9d288332c7e0fd360c8f1d12936ebb7e7cbc2425842 +checksum=05b3e1574d3e67626b5974f862f36b5b427c7ceeb965cb36a4e6c2d342e45ab2 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=true"