From 0957f910947244f596a30df49fd1a9bf694f6dbc Mon Sep 17 00:00:00 2001 From: triallax Date: Tue, 12 Sep 2023 23:04:29 +0100 Subject: [PATCH] libwacom: update to 2.8.0. --- srcpkgs/libwacom/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libwacom/template b/srcpkgs/libwacom/template index dace4de001ce4..732788b403797 100644 --- a/srcpkgs/libwacom/template +++ b/srcpkgs/libwacom/template @@ -1,6 +1,6 @@ # Template file for 'libwacom' pkgname=libwacom -version=2.7.0 +version=2.8.0 revision=1 build_style=meson configure_args="-Ddocumentation=disabled" @@ -13,7 +13,7 @@ license="MIT" homepage="https://github.com/linuxwacom/libwacom" changelog="https://raw.githubusercontent.com/linuxwacom/libwacom/master/NEWS" distfiles="https://github.com/linuxwacom/libwacom/releases/download/libwacom-${version}/libwacom-${version}.tar.xz" -checksum=853929bd73fba2064b12142dbbee4b3bf84509197ff46a4da559eddf62d32cdf +checksum=bb04b12c8688d0ff6a108d47a38d2057d572c4d7227d78138abd5fd0ba59f215 if [ "${XBPS_CHECK_PKGS}" ]; then configure_args+=" -Dtests=enabled"