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/spice.SlackBuild | |
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/spice.SlackBuild')
-rw-r--r-- | network/spice/spice.SlackBuild | 6 |
1 files changed, 3 insertions, 3 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} |