development/zulu-openjdk9: Updated for version 9u07.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cfdaa5a82b
commit
95f6485916
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for zulu-openjdk9
|
||||
|
||||
# Copyright (c) 2017, Sébastien Ballet <slacker6896 at gmail.com>
|
||||
# Copyright (c) 2017-2018, Sébastien Ballet <slacker6896 at gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=zulu-openjdk9
|
||||
VERSION=${VERSION:-9u01}
|
||||
VERSION=${VERSION:-9u07}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -34,7 +34,7 @@ TAG=${TAG:-_SBo}
|
|||
# Note: The archive's name is also the name of the top directory found
|
||||
# in this archive.
|
||||
#
|
||||
SRCNAM="${SRCNAM:-zulu9.0.1.3-jdk9.0.1-linux_x64}"
|
||||
SRCNAM="${SRCNAM:-zulu9.0.7.1-jdk9.0.7-linux_x64}"
|
||||
|
||||
ARCH=${ARCH:-$(uname -m)}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="zulu-openjdk9"
|
||||
VERSION="9u01"
|
||||
VERSION="9u07"
|
||||
HOMEPAGE="http://zulu.org"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="http://cdn.azul.com/zulu/bin/zulu9.0.1.3-jdk9.0.1-linux_x64.tar.gz"
|
||||
MD5SUM_x86_64="83900be33e0bd3fe9397ff2dd8cab5a4"
|
||||
DOWNLOAD_x86_64="https://cdn.azul.com/zulu/bin/zulu9.0.7.1-jdk9.0.7-linux_x64.tar.gz"
|
||||
MD5SUM_x86_64="cd9bc539700e1046aed2894b4dcc7a93"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Sébastien Ballet"
|
||||
EMAIL="slacker6896@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue