development/zulu-openjdk8: Updated for version 8u192.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Sébastien Ballet 2018-11-27 07:58:03 +07:00 committed by Willy Sudiarto Raharjo
parent da088fecde
commit 08198c7d9e
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for zulu-openjdk8
# 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-openjdk8
VERSION=${VERSION:-8u152}
VERSION=${VERSION:-8u192}
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:-zulu8.25.0.1-jdk8.0.152-linux_x64}"
SRCNAM="${SRCNAM:-zulu8.33.0.1-jdk8.0.192-linux_x64}"
ARCH=${ARCH:-$(uname -m)}

View File

@ -1,10 +1,10 @@
PRGNAM="zulu-openjdk8"
VERSION="8u152"
VERSION="8u192"
HOMEPAGE="http://zulu.org"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="http://cdn.azul.com/zulu/bin/zulu8.25.0.1-jdk8.0.152-linux_x64.tar.gz"
MD5SUM_x86_64="cc6e9ff13c27d27033220208d5450f2d"
DOWNLOAD_x86_64="https://cdn.azul.com/zulu/bin/zulu8.33.0.1-jdk8.0.192-linux_x64.tar.gz"
MD5SUM_x86_64="5db43a961b477533054504a8cbcfa5f1"
REQUIRES=""
MAINTAINER="Sébastien Ballet"
EMAIL="slacker6896@gmail.com"