mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/guacamole-client: Updated for version 1.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9d88e4330e
commit
dd538269db
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for guacamole-client
|
||||
|
||||
# Copyright 2015-2017 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-client
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
VERSION=${VERSION:-1.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="guacamole-client"
|
||||
VERSION="1.0.0"
|
||||
VERSION="1.1.0"
|
||||
HOMEPAGE="https://guacamole.apache.org"
|
||||
DOWNLOAD="http://archive.apache.org/dist/guacamole/1.0.0/binary/guacamole-1.0.0.war"
|
||||
MD5SUM="b190718b63e80442b0c3642e5bd4bca8"
|
||||
DOWNLOAD="http://archive.apache.org/dist/guacamole/1.1.0/binary/guacamole-1.1.0.war"
|
||||
MD5SUM="b41ad2663c424516241346863662fa4b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="apache-tomcat"
|
||||
|
|
Loading…
Reference in a new issue