diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-03-22 11:50:19 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-25 10:01:59 +0700 |
commit | cec642f1ea14efa606065aef00d4415fc9542520 (patch) | |
tree | 97ad2d51b2e824e200eb1cb799636ad43b29c2bb /system/spice-vdagent | |
parent | bc23554468386d17a37a8eb3b198ec8643e89ddd (diff) |
system/spice-vdagent: Updated for version 0.22.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/spice-vdagent')
-rw-r--r-- | system/spice-vdagent/spice-vdagent.SlackBuild | 6 | ||||
-rw-r--r-- | system/spice-vdagent/spice-vdagent.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/spice-vdagent/spice-vdagent.SlackBuild b/system/spice-vdagent/spice-vdagent.SlackBuild index f49138c8e72a..700fbb0f2085 100644 --- a/system/spice-vdagent/spice-vdagent.SlackBuild +++ b/system/spice-vdagent/spice-vdagent.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for spice-vdagent -# Copyright 2012-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2012-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-vdagent -VERSION=${VERSION:-0.17.0} +VERSION=${VERSION:-0.22.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -64,7 +64,7 @@ else LIBDIRSUFFIX="" fi -DOCS="COPYING ChangeLog README TODO" +DOCS="COPYING CHANGELOG.md README.md" set -e diff --git a/system/spice-vdagent/spice-vdagent.info b/system/spice-vdagent/spice-vdagent.info index 3a5a65669fc2..bcda64922c29 100644 --- a/system/spice-vdagent/spice-vdagent.info +++ b/system/spice-vdagent/spice-vdagent.info @@ -1,8 +1,8 @@ PRGNAM="spice-vdagent" -VERSION="0.17.0" +VERSION="0.22.1" HOMEPAGE="https://www.spice-space.org" -DOWNLOAD="https://www.spice-space.org/download/releases/spice-vdagent-0.17.0.tar.bz2" -MD5SUM="b184791c49968a54c653de9a630df1dd" +DOWNLOAD="https://www.spice-space.org/download/releases/spice-vdagent-0.22.1.tar.bz2" +MD5SUM="bcc98e716c170f58ebf44c49fdda3a2e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="spice" |