network/guacamole-server: Updated for version 1.1.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2020-02-11 17:13:45 -08:00 committed by Willy Sudiarto Raharjo
parent dd538269db
commit d5190b93f8
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for guacamole-server
# Copyright 2015-2019 Zhu Qun-Ying
# Copyright 2015-2020 Zhu Qun-Ying
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=guacamole-server
VERSION=${VERSION:-1.0.0}
VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="guacamole-server"
VERSION="1.0.0"
VERSION="1.1.0"
HOMEPAGE="http://guacamole.apache.org/"
DOWNLOAD="https://github.com/apache/guacamole-server/archive/1.0.0/guacamole-server-1.0.0.tar.gz"
MD5SUM="5081a0670bcd693dd4d5fea60ab5ca5d"
DOWNLOAD="https://github.com/apache/guacamole-server/archive/1.1.0/guacamole-server-1.1.0.tar.gz"
MD5SUM="089cdb864d5d0d196312eaee889a02cf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libtelnet freerdp"