From a2930c1a754ac0bf9934a7e2c9d3b43e11ed6848 Mon Sep 17 00:00:00 2001 From: kreatoo Date: Mon, 26 Aug 2024 00:00:59 +0000 Subject: [PATCH] Apply auto-update through chkupd --- wayland/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wayland/run b/wayland/run index 5fa1db3b..c99fe78a 100644 --- a/wayland/run +++ b/wayland/run @@ -1,11 +1,11 @@ #!/bin/sh NAME="wayland" RELEASE="1" -VERSION="1.23.0" +VERSION="1.23.1" SOURCES="https://gitlab.freedesktop.org/wayland/wayland/-/archive/$VERSION/wayland-$VERSION.tar.gz" BUILD_DEPENDS="meson" DEPENDS="expat libxml2" -SHA256SUM="7c5c28fa73f22d1c5021e17e1148f29ab17bf8b776a406f1c4489d3e2992ec3a" +SHA256SUM="158ec49af498f2558c7fbf7e8b070d010d4e270cc6076003a18a6c813f87e244" DESCRIPTION="Wayland is a project to define a protocol for a compositor to talk to its clients as well as a library implementation of the protocol." build() {