development/zulu-openjdk7: Updated for version 7.0.242.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Sébastien Ballet 2019-12-07 18:46:58 +07:00 committed by Willy Sudiarto Raharjo
parent 838ded68bc
commit 3fa4f9e745
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 7 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for zulu-openjdk7
# Copyright (c) 2017-2018, Sébastien Ballet <slacker6896 at gmail.com>
# Copyright (c) 2017-2019, Sébastien Ballet <slacker6896 at gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=zulu-openjdk7
VERSION=${VERSION:-7u201}
VERSION=${VERSION:-7.0.242}
ZULUVERSION=${ZULUVERSION:-7.34.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -34,7 +35,7 @@ TAG=${TAG:-_SBo}
# Note: The archive's name is also the name of the top directory found
# in this archive.
#
SRCNAM="${SRCNAM:-zulu7.25.0.5-jdk7.0.201-linux_x64}"
SRCNAM="zulu${ZULUVERSION}-ca-jdk${VERSION}-linux_x64"
ARCH=${ARCH:-$(uname -m)}

View File

@ -1,10 +1,10 @@
PRGNAM="zulu-openjdk7"
VERSION="7u201"
VERSION="7.0.242"
HOMEPAGE="http://zulu.org"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://cdn.azul.com/zulu/bin/zulu7.25.0.5-jdk7.0.201-linux_x64.tar.gz"
MD5SUM_x86_64="337e35c8eb3cb2ff920ca5eecab6d482"
DOWNLOAD_x86_64="https://cdn.azul.com/zulu/bin/zulu7.34.0.5-ca-jdk7.0.242-linux_x64.tar.gz"
MD5SUM_x86_64="1b527411fa48bf37666eeb80098b9ef1"
REQUIRES=""
MAINTAINER="Sébastien Ballet"
EMAIL="slacker6896@gmail.com"