summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2023-03-22 11:48:38 +0100
committer Willy Sudiarto Raharjo2023-03-25 04:01:58 +0100
commitea32ee2b3f881f7de2368df4b79ec53c45ab5d6a (patch)
tree091289a181a3e82f65a1e8560d3af6fd072b9a25
parent56e53d907388a73fbde62e4ebc047f8f8fae93f4 (diff)
downloadslackbuilds-ea32ee2b3f881f7de2368df4b79ec53c45ab5d6a.tar.gz
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>
-rw-r--r--network/spice/spice.SlackBuild6
-rw-r--r--network/spice/spice.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/network/spice/spice.SlackBuild b/network/spice/spice.SlackBuild
index 4b336a9bce..44b655512a 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 ce2cc4b044..9d9a9512c3 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"