summaryrefslogtreecommitdiffstats
path: root/network/guacamole-client/guacamole-client.SlackBuild
diff options
context:
space:
mode:
author Zhu Qun-Ying2015-12-02 02:48:39 +0100
committer Willy Sudiarto Raharjo2015-12-02 02:48:39 +0100
commit97fd44f2670fed96b51a3e039e10daca7f2b61ea (patch)
tree4301c7fba1c90d9fea03aebf162cd280f9d9d1b8 /network/guacamole-client/guacamole-client.SlackBuild
parentde9896cae462caaae7db84aafb3f40628369095a (diff)
downloadslackbuilds-97fd44f2670fed96b51a3e039e10daca7f2b61ea.tar.gz
network/guacamole-client: Updated for version 0.9.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/guacamole-client/guacamole-client.SlackBuild')
-rw-r--r--network/guacamole-client/guacamole-client.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/guacamole-client/guacamole-client.SlackBuild b/network/guacamole-client/guacamole-client.SlackBuild
index b41cd79c5b..34b708c07a 100644
--- a/network/guacamole-client/guacamole-client.SlackBuild
+++ b/network/guacamole-client/guacamole-client.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=guacamole-client
-VERSION=${VERSION:-0.9.7}
+VERSION=${VERSION:-0.9.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,7 +72,7 @@ find -L . \
$MAVEN package
mkdir -p $PKG/usr/share/lib/guacamole
-cp guacamole/target/guacamole-0.9.7.war $PKG/usr/share/lib/guacamole
+cp guacamole/target/guacamole-${VERSION}.war $PKG/usr/share/lib/guacamole
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README LICENSE CONTRIBUTING $PKG/usr/doc/$PRGNAM-$VERSION