diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-03-22 11:48:38 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-25 10:01:58 +0700 |
commit | ea32ee2b3f881f7de2368df4b79ec53c45ab5d6a (patch) | |
tree | 091289a181a3e82f65a1e8560d3af6fd072b9a25 /network/spice | |
parent | 56e53d907388a73fbde62e4ebc047f8f8fae93f4 (diff) |
network/spice: Updated for version 0.15.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/spice')
-rw-r--r-- | network/spice/spice.SlackBuild | 6 | ||||
-rw-r--r-- | network/spice/spice.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/spice/spice.SlackBuild b/network/spice/spice.SlackBuild index 4b336a9bce2f..44b655512ae0 100644 --- a/network/spice/spice.SlackBuild +++ b/network/spice/spice.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for spice -# Copyright 2013-2021 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=spice -VERSION=${VERSION:-0.15.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.15.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/spice/spice.info b/network/spice/spice.info index ce2cc4b044e0..9d9a9512c3bd 100644 --- a/network/spice/spice.info +++ b/network/spice/spice.info @@ -1,8 +1,8 @@ PRGNAM="spice" -VERSION="0.15.0" +VERSION="0.15.1" HOMEPAGE="https://www.spice-space.org" -DOWNLOAD="https://www.spice-space.org/download/releases/spice-server/spice-0.15.0.tar.bz2" -MD5SUM="840c5284ebc78c15fc7c3a146931bc01" +DOWNLOAD="https://www.spice-space.org/download/releases/spice-server/spice-0.15.1.tar.bz2" +MD5SUM="3dca2a2d124eac74f3be01ca023ecfa3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="spice-protocol" |