From cd4ab1cdf7dde503486877e7ba1367abd5c3fc0b Mon Sep 17 00:00:00 2001 From: Anachron Date: Wed, 15 Jan 2025 14:34:12 +0100 Subject: [PATCH] spice: update to 0.15.2. --- srcpkgs/spice/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/spice/template b/srcpkgs/spice/template index 422e1795563..5975e899b5f 100644 --- a/srcpkgs/spice/template +++ b/srcpkgs/spice/template @@ -1,7 +1,7 @@ # Template file for 'spice' pkgname=spice -version=0.15.1 -revision=2 +version=0.15.2 +revision=1 build_style=gnu-configure configure_args="--disable-tunnel --disable-opengl --enable-smartcard --with-sasl --disable-static --enable-xinerama --disable-celt051" @@ -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=ada9af67ab321916bd7eb59e3d619a4a7796c08a28c732edfc7f02fc80b1a37a +checksum=6d9eb6117f03917471c4bc10004abecff48a79fb85eb85a1c45f023377015b81 if [ "$XBPS_TARGET_ENDIAN" != "le" ]; then broken="SPICE server only works on little endian architectures"