diff options
-rw-r--r-- | network/spice/spice.SlackBuild | 9 | ||||
-rw-r--r-- | network/spice/spice.info | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/network/spice/spice.SlackBuild b/network/spice/spice.SlackBuild index 4a95f53261..ce3fa5ef5b 100644 --- a/network/spice/spice.SlackBuild +++ b/network/spice/spice.SlackBuild @@ -1,7 +1,8 @@ #!/bin/bash # Slackware build script for spice -# Copyright 2013-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy + +# Copyright 2013-2025 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=spice -VERSION=${VERSION:-0.15.2} +VERSION=${VERSION:-0.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -37,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -77,7 +75,6 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP - rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION diff --git a/network/spice/spice.info b/network/spice/spice.info index 1aca0b1790..3fbb3e0ff8 100644 --- a/network/spice/spice.info +++ b/network/spice/spice.info @@ -1,8 +1,8 @@ PRGNAM="spice" -VERSION="0.15.2" +VERSION="0.16.0" HOMEPAGE="https://www.spice-space.org" -DOWNLOAD="https://www.spice-space.org/download/releases/spice-server/spice-0.15.2.tar.bz2" -MD5SUM="1de1e9157a1e2396884017978e7cf086" +DOWNLOAD="https://www.spice-space.org/download/releases/spice-server/spice-0.16.0.tar.bz2" +MD5SUM="435f4b112fdf301152a26dbcfbf2ec22" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="spice-protocol" |