diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-12-30 20:59:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-06 08:08:54 +0700 |
commit | 54944397552c9bd0d10b16f6baea04d7c03c38c3 (patch) | |
tree | d285c39c35b0cdaae62b54758d80e5ed33a4a7b8 /network | |
parent | 0b68d79619d67b60969bc6b5beb1dca0fb328c6b (diff) |
network/x11spice: Updated for version 20230803_33a9af7.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/x11spice/x11spice.SlackBuild | 4 | ||||
-rw-r--r-- | network/x11spice/x11spice.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/x11spice/x11spice.SlackBuild b/network/x11spice/x11spice.SlackBuild index 5eaf09f1c2907..ccc39649e7568 100644 --- a/network/x11spice/x11spice.SlackBuild +++ b/network/x11spice/x11spice.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for x11spice -# Copyright 2018-2021 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2018-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=x11spice -VERSION=${VERSION:-20200608_f4593d3} +VERSION=${VERSION:-20230803_33a9af7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/x11spice/x11spice.info b/network/x11spice/x11spice.info index 2b8e58c7f2891..4ebda8d76aabc 100644 --- a/network/x11spice/x11spice.info +++ b/network/x11spice/x11spice.info @@ -1,8 +1,8 @@ PRGNAM="x11spice" -VERSION="20200608_f4593d3" +VERSION="20230803_33a9af7" HOMEPAGE="https://gitlab.freedesktop.org/spice/x11spice" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/x11spice-20200608_f4593d3.tar.xz" -MD5SUM="7171235457cb6692b90af73e770457dc" +DOWNLOAD="http://ponce.cc/slackware/sources/repo/x11spice-20230803_33a9af7.tar.xz" +MD5SUM="ad829eb4184cf5d5cdfdfb6e84ba8274" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="spice" |