diff options
author | Matteo Bernardini | 2020-06-14 18:31:09 +0200 |
---|---|---|
committer | Matteo Bernardini | 2020-06-14 18:31:09 +0200 |
commit | 977fd852aafb94712c78db12c97ba4ced4640683 (patch) | |
tree | 9b29826e40c0ce96afb9da011a23b67ff2e440fd /development/spice-protocol | |
parent | f60e7c8a3ae6e8bca512899b691794a888c519a8 (diff) | |
download | slackbuilds-current-20200614.1.tar.gz |
20200614.1 global branch merge.current-20200614.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/spice-protocol')
-rw-r--r-- | development/spice-protocol/spice-protocol.SlackBuild | 5 | ||||
-rw-r--r-- | development/spice-protocol/spice-protocol.info | 6 |
2 files changed, 6 insertions, 5 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 diff --git a/development/spice-protocol/spice-protocol.info b/development/spice-protocol/spice-protocol.info index 5dcc44acff..9bec7adafc 100644 --- a/development/spice-protocol/spice-protocol.info +++ b/development/spice-protocol/spice-protocol.info @@ -1,8 +1,8 @@ PRGNAM="spice-protocol" -VERSION="0.12.15" +VERSION="0.14.0" HOMEPAGE="https://www.spice-space.org" -DOWNLOAD="https://www.spice-space.org/download/releases/spice-protocol-0.12.15.tar.bz2" -MD5SUM="e1db63e3ff0cb1f1c98277283356dc51" +DOWNLOAD="https://www.spice-space.org/download/releases/spice-protocol-0.14.0.tar.bz2" +MD5SUM="773a6b31df105a6b3c470eba201bed34" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |