development/zulu-openjdk7: Updated for version 7u201.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
08198c7d9e
commit
cfdaa5a82b
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for zulu-openjdk7
|
||||
|
||||
# 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-openjdk7
|
||||
VERSION=${VERSION:-7u161}
|
||||
VERSION=${VERSION:-7u201}
|
||||
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:-zulu7.21.0.3-jdk7.0.161-linux_x64}"
|
||||
SRCNAM="${SRCNAM:-zulu7.25.0.5-jdk7.0.201-linux_x64}"
|
||||
|
||||
ARCH=${ARCH:-$(uname -m)}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="zulu-openjdk7"
|
||||
VERSION="7u161"
|
||||
VERSION="7u201"
|
||||
HOMEPAGE="http://zulu.org"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="http://cdn.azul.com/zulu/bin/zulu7.21.0.3-jdk7.0.161-linux_x64.tar.gz"
|
||||
MD5SUM_x86_64="ff52c9ed5ec0d574eda1bb27f68bc6f5"
|
||||
DOWNLOAD_x86_64="https://cdn.azul.com/zulu/bin/zulu7.25.0.5-jdk7.0.201-linux_x64.tar.gz"
|
||||
MD5SUM_x86_64="337e35c8eb3cb2ff920ca5eecab6d482"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Sébastien Ballet"
|
||||
EMAIL="slacker6896@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue