summaryrefslogtreecommitdiffstats
path: root/network/guacamole-client/guacamole-client.SlackBuild
diff options
context:
space:
mode:
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