diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-03-22 11:49:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-25 10:01:58 +0700 |
commit | bc23554468386d17a37a8eb3b198ec8643e89ddd (patch) | |
tree | 9a8a84a0891b8ff69fb13d104b1de6bb33441535 | |
parent | ea32ee2b3f881f7de2368df4b79ec53c45ab5d6a (diff) |
network/spice-gtk: Updated for version 0.42.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/spice-gtk/spice-gtk.SlackBuild | 4 | ||||
-rw-r--r-- | network/spice-gtk/spice-gtk.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/spice-gtk/spice-gtk.SlackBuild b/network/spice-gtk/spice-gtk.SlackBuild index 860576c9f4aa..bf2696d61f7e 100644 --- a/network/spice-gtk/spice-gtk.SlackBuild +++ b/network/spice-gtk/spice-gtk.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for spice-gtk -# 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 @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=spice-gtk -VERSION=${VERSION:-0.40} +VERSION=${VERSION:-0.42} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/spice-gtk/spice-gtk.info b/network/spice-gtk/spice-gtk.info index fe8f48da5039..d66f523ebb86 100644 --- a/network/spice-gtk/spice-gtk.info +++ b/network/spice-gtk/spice-gtk.info @@ -1,8 +1,8 @@ PRGNAM="spice-gtk" -VERSION="0.40" +VERSION="0.42" HOMEPAGE="https://www.spice-space.org" -DOWNLOAD="https://www.spice-space.org/download/gtk/spice-gtk-0.40.tar.xz" -MD5SUM="03dcb437afb31151a421de1d7922e2b1" +DOWNLOAD="https://www.spice-space.org/download/gtk/spice-gtk-0.42.tar.xz" +MD5SUM="68becfc1192a61265e9981621e9d3dc6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="spice" |