summaryrefslogtreecommitdiffstats
path: root/development/spice-protocol/spice-protocol.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2020-03-07 10:13:09 +0100
committer Matteo Bernardini2020-03-07 10:13:09 +0100
commit5a5dc1dabed18903b66c8a315dad1f8b753047a7 (patch)
tree70960ec22120e2b2947c2f7faba00ccf24069880 /development/spice-protocol/spice-protocol.SlackBuild
parent1cd68324729b0dc6aceaa8a9a64c3f1afc36d9fd (diff)
downloadslackbuilds-b4c235ee519feb1e286e49eccfa8fb2438a0e1a2.tar.gz
20200307.1 global branch merge.current-20200307.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/spice-protocol/spice-protocol.SlackBuild')
-rw-r--r--development/spice-protocol/spice-protocol.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/development/spice-protocol/spice-protocol.SlackBuild b/development/spice-protocol/spice-protocol.SlackBuild
index 1f7aa817c5..db12ac575f 100644
--- a/development/spice-protocol/spice-protocol.SlackBuild
+++ b/development/spice-protocol/spice-protocol.SlackBuild
@@ -1,6 +1,7 @@
#!/bin/sh
# Slackware build script for spice-protocol
+
# Copyright 2013-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
@@ -22,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=spice-protocol
-VERSION=${VERSION:-0.12.15}
+VERSION=${VERSION:-0.14.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -33,7 +34,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
+DOCS="AUTHORS COPYING CHANGELOG.md README.md"
set -e