diff options
Diffstat (limited to 'network/x11vnc/x11vnc.SlackBuild')
-rw-r--r-- | network/x11vnc/x11vnc.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/x11vnc/x11vnc.SlackBuild b/network/x11vnc/x11vnc.SlackBuild index 47b88f1698..33a8c02d64 100644 --- a/network/x11vnc/x11vnc.SlackBuild +++ b/network/x11vnc/x11vnc.SlackBuild @@ -7,7 +7,7 @@ # 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-2016 by Christoph Willing +# Maintained 2013-2017 by Christoph Willing # Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com> # @@ -32,7 +32,7 @@ PRGNAM=x11vnc VERSION=${VERSION:-0.9.13} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |