mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/guacamole-server: Updated for version 1.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
17a8da8f89
commit
53163ccb0f
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for guacamole-server
|
||||
|
||||
# Copyright 2015-2018 Zhu Qun-Ying
|
||||
# Copyright 2015-2019 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:-0.9.14}
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="guacamole-server"
|
||||
VERSION="0.9.14"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="http://guacamole.apache.org/"
|
||||
DOWNLOAD="https://github.com/apache/guacamole-server/archive/0.9.14/guacamole-server-0.9.14.tar.gz"
|
||||
MD5SUM="8ebee8740813db1f49d8aa9f0f02a89d"
|
||||
DOWNLOAD="https://github.com/apache/guacamole-server/archive/1.0.0/guacamole-server-1.0.0.tar.gz"
|
||||
MD5SUM="5081a0670bcd693dd4d5fea60ab5ca5d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libtelnet freerdp"
|
||||
|
|
Loading…
Reference in a new issue