network/wildfly: Updated for version 16.0.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Giorgio Peron 2019-03-13 23:21:29 +07:00 committed by Willy Sudiarto Raharjo
parent 9c7d5bae5b
commit 850f8791f7
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 6 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for WildFly
# Copyright 2017 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy
# Copyright 2019 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wildfly
VERSION=${VERSION:-11.0.0}
VERSION=${VERSION:-16.0.0}
MINORVER=${MINORVER:-.Final}
BUILD=${BUILD:-1}
@ -124,12 +124,14 @@ mkdir -p $PKG/sbin
cd $PKG/sbin
ln -sf ../usr/share/$PRGNAM/bin/add-user.sh
ln -sf ../usr/share/$PRGNAM/bin/appclient.sh
ln -sf ../usr/share/$PRGNAM/bin/common.sh
ln -sf ../usr/share/$PRGNAM/bin/domain.sh
ln -sf ../usr/share/$PRGNAM/bin/elytron-tool.sh
ln -sf ../usr/share/$PRGNAM/bin/jboss-cli.sh
ln -sf ../usr/share/$PRGNAM/bin/jconsole.sh
ln -sf ../usr/share/$PRGNAM/bin/jdr.sh
ln -sf ../usr/share/$PRGNAM/bin/run.sh
ln -sf ../usr/share/$PRGNAM/bin/standalone.sh
ln -sf ../usr/share/$PRGNAM/bin/vault.sh
ln -sf ../usr/share/$PRGNAM/bin/wsconsume.sh
ln -sf ../usr/share/$PRGNAM/bin/wsprovide.sh

View file

@ -1,8 +1,8 @@
PRGNAM="wildfly"
VERSION="11.0.0"
VERSION="16.0.0"
HOMEPAGE="http://wildfly.org"
DOWNLOAD="http://download.jboss.org/wildfly/11.0.0.Final/wildfly-11.0.0.Final.tar.gz"
MD5SUM="c68224ce162371a1aa7890f847cebca5"
DOWNLOAD="http://download.jboss.org/wildfly/16.0.0.Final/wildfly-16.0.0.Final.tar.gz"
MD5SUM="f64a2631b7a8b59f8a1200a5967f199c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"