aboutsummaryrefslogtreecommitdiff
path: root/development/spice-protocol/spice-protocol.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/spice-protocol/spice-protocol.SlackBuild')
-rw-r--r--development/spice-protocol/spice-protocol.SlackBuild7
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