From 97ae4af4edfee145a537094e2fa68370610c807b Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Thu, 9 Dec 2021 17:47:15 +0100 Subject: [PATCH] wayland: update to 1.20.0. --- srcpkgs/wayland/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wayland/template b/srcpkgs/wayland/template index 624441d48a86..5ea25eaad1ce 100644 --- a/srcpkgs/wayland/template +++ b/srcpkgs/wayland/template @@ -1,6 +1,6 @@ # Template file for 'wayland' pkgname=wayland -version=1.19.0 +version=1.20.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://wayland.freedesktop.org/releases/wayland-${version}.tar.xz" -checksum=baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15 +checksum=b8a034154c7059772e0fdbd27dbfcda6c732df29cae56a82274f6ec5d7cd8725 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wayland-devel"