diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2025-09-01 20:22:48 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-09-06 07:24:18 +0700 |
commit | 406681e3d7afe1de0f55271387fa8fa11ec8b5bd (patch) | |
tree | fb5f42e271e98696c665639bd9952b4b1504662f | |
parent | f3bbd2767089d28279ee17006fddb57e30d57319 (diff) |
development/spice-protocol: Updated for version 0.14.5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/spice-protocol/spice-protocol.SlackBuild | 7 | ||||
-rw-r--r-- | development/spice-protocol/spice-protocol.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/development/spice-protocol/spice-protocol.SlackBuild b/development/spice-protocol/spice-protocol.SlackBuild index ba453a3202..4c69b95ff9 100644 --- a/development/spice-protocol/spice-protocol.SlackBuild +++ b/development/spice-protocol/spice-protocol.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for spice-protocol -# Copyright 2013-2019 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,16 +24,13 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=spice-protocol -VERSION=${VERSION:-0.14.4} +VERSION=${VERSION:-0.14.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch -# 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 diff --git a/development/spice-protocol/spice-protocol.info b/development/spice-protocol/spice-protocol.info index a051afbd94..3eb476f98a 100644 --- a/development/spice-protocol/spice-protocol.info +++ b/development/spice-protocol/spice-protocol.info @@ -1,8 +1,8 @@ PRGNAM="spice-protocol" -VERSION="0.14.4" +VERSION="0.14.5" HOMEPAGE="https://www.spice-space.org" -DOWNLOAD="https://www.spice-space.org/download/releases/spice-protocol-0.14.4.tar.xz" -MD5SUM="6c8e9b14ce9e6b6357dd5ebd05a1a331" +DOWNLOAD="https://www.spice-space.org/download/releases/spice-protocol-0.14.5.tar.xz" +MD5SUM="53bfb120525a23a795b5faf134fc1dc7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |