development/jdk13: Updated for version 13.0.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Igor Alexandrov 2020-01-25 09:07:17 +07:00 committed by Willy Sudiarto Raharjo
parent 7b9db9e2e4
commit 647b185fb7
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for jdk13
# Copyright 2019 Igor Alexandrov <igor.s.alexandrov@gmail.com>
# Copyright 2019 2020 Igor Alexandrov <igora.vault@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=jdk13
VERSION=${VERSION:-13.0.1}
VERSION=${VERSION:-13.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="jdk13"
VERSION="13.0.1"
VERSION="13.0.2"
HOMEPAGE="https://www.oracle.com/technetwork/java/javase/downloads/index.html"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://download.oracle.com/otn-pub/java/jdk/13.0.1+9/cec27d702aa74d5a8630c65ae61e4305/jdk-13.0.1_linux-x64_bin.tar.gz"
MD5SUM_x86_64="d25ac0ce229a3f0fd1d68162eb6fa401"
REQUIRES="%README%"
DOWNLOAD_x86_64="https://download.oracle.com/otn-pub/java/jdk/13.0.2+8/d4173c853231432d94f001e99d882ca7/jdk-13.0.2_linux-x64_bin.tar.gz"
MD5SUM_x86_64="d9cd84b90be7130094b1cae31b352abe"
REQUIRES=""
MAINTAINER="Igor Alexandrov"
EMAIL="igor.s.alexandrov@gmail.com"
EMAIL="igora.vault@gmail.com"