network/wildfly: Updated for version 10.0.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Giorgio Peron 2016-07-27 20:44:11 +01:00 committed by Willy Sudiarto Raharjo
parent 0efdc50174
commit 6ef8b101df
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for WildFly
# Copyright 2014 Giorgio Peron, Campodarsego, PD, Italy giorgio.peron@gmail.com
# Copyright 2016 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -22,10 +22,10 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wildfly
VERSION=${VERSION:-8.2.0}
VERSION=${VERSION:-10.0.0}
MINORVER=${MINORVER:-.Final}
BUILD=${BUILD:-2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch

View file

@ -1,8 +1,8 @@
PRGNAM="wildfly"
VERSION="8.2.0"
VERSION="10.0.0"
HOMEPAGE="http://www.wildfly.org/"
DOWNLOAD="http://download.jboss.org/wildfly/8.2.0.Final/wildfly-8.2.0.Final.tar.gz"
MD5SUM="bd21e24a8bccbf65d9adf003fccd0ada"
DOWNLOAD="http://download.jboss.org/wildfly/10.0.0.Final/wildfly-10.0.0.Final.tar.gz"
MD5SUM="34b68e7df125e24654f40e6396b40081"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"