diff options
Diffstat (limited to 'system/spice-vdagent/spice-vdagent.SlackBuild')
-rw-r--r-- | system/spice-vdagent/spice-vdagent.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/spice-vdagent/spice-vdagent.SlackBuild b/system/spice-vdagent/spice-vdagent.SlackBuild index f49138c8e72ae..700fbb0f20856 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 |