diff options
author | Christoph Willing <chris.willing@linux.com> | 2019-01-09 09:04:21 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-12 06:58:38 +0700 |
commit | 309c3738681e29ee2da4566f061dcd33357fef8e (patch) | |
tree | fba3766f4c3e4d1d6632351b315bc26387f0d556 /network/x11vnc/x11vnc.SlackBuild | |
parent | 2648bb6037076a04b78e078f78a243aa7848e8a6 (diff) | |
download | slackbuilds-309c3738681e29ee2da4566f061dcd33357fef8e.tar.gz |
network/x11vnc: Updated for version 0.9.16
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'network/x11vnc/x11vnc.SlackBuild')
-rw-r--r-- | network/x11vnc/x11vnc.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/x11vnc/x11vnc.SlackBuild b/network/x11vnc/x11vnc.SlackBuild index 74a78304fe..53048bb837 100644 --- a/network/x11vnc/x11vnc.SlackBuild +++ b/network/x11vnc/x11vnc.SlackBuild @@ -7,12 +7,12 @@ # Updated for version 0.9.8 22/11/2009 # Updated for version 0.9.10 23/05/2010 # Updated for version 0.9.12 30/04/2011 Thanks to crocket. -# Maintained 2013-2018 by Christoph Willing +# Maintained 2013-2019 by Christoph Willing # Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com> # All rights reserved. # -# Copyright 2017-2018 Christoph Willing, Brisbane Australia +# Copyright 2017-2019 Christoph Willing, Brisbane Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -33,7 +33,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=x11vnc -VERSION=${VERSION:-0.9.15} +VERSION=${VERSION:-0.9.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |