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 /development/spice-protocol/spice-protocol.SlackBuild | |
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>
Diffstat (limited to 'development/spice-protocol/spice-protocol.SlackBuild')
-rw-r--r-- | development/spice-protocol/spice-protocol.SlackBuild | 7 |
1 files changed, 2 insertions, 5 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 |