From 7177ff888fdf36828306a68f7f3f0cebd11447fa Mon Sep 17 00:00:00 2001 From: Anachron Date: Wed, 18 Jun 2025 18:53:23 +0200 Subject: [PATCH] spice: update to 0.16.0. --- srcpkgs/spice/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/spice/template b/srcpkgs/spice/template index 5975e899b5f..64f6987a575 100644 --- a/srcpkgs/spice/template +++ b/srcpkgs/spice/template @@ -1,6 +1,6 @@ # Template file for 'spice' pkgname=spice -version=0.15.2 +version=0.16.0 revision=1 build_style=gnu-configure configure_args="--disable-tunnel --disable-opengl --enable-smartcard @@ -17,7 +17,7 @@ license="LGPL-2.1-or-later" homepage="https://www.spice-space.org/" changelog="https://gitlab.freedesktop.org/spice/spice/-/raw/master/CHANGELOG.md" distfiles="https://www.spice-space.org/download/releases/spice-server/spice-${version}.tar.bz2" -checksum=6d9eb6117f03917471c4bc10004abecff48a79fb85eb85a1c45f023377015b81 +checksum=0a6ec9528f05371261bbb2d46ff35e7b5c45ff89bb975a99af95a5f20ff4717d if [ "$XBPS_TARGET_ENDIAN" != "le" ]; then broken="SPICE server only works on little endian architectures"