diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-08-06 19:10:22 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-07 10:28:42 +0700 |
commit | b284566b7d6e7e73e27bfd7aa4ec9ab9cc644015 (patch) | |
tree | 3528f1b712fb5a9786dbda85db421bd54fc70311 /network/x11spice/x11spice.SlackBuild | |
parent | 54b61c53c88b1803f06ff9d1b8e8a3b80f5a575e (diff) |
network/x11spice: Updated for version 20200608_f4593d3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/x11spice/x11spice.SlackBuild')
-rw-r--r-- | network/x11spice/x11spice.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/x11spice/x11spice.SlackBuild b/network/x11spice/x11spice.SlackBuild index 8274f111e6863..5eaf09f1c2907 100644 --- a/network/x11spice/x11spice.SlackBuild +++ b/network/x11spice/x11spice.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for x11spice -# Copyright 2018-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2018-2021 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:-20190820_51d2a8b} +VERSION=${VERSION:-20200608_f4593d3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |