mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/wildfly: Updated for version 10.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
0efdc50174
commit
6ef8b101df
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue