development/jdk19: Updated for version 19.0.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2023-01-21 13:16:26 -07:00 committed by Willy Sudiarto Raharjo
parent 4f684a46ef
commit 0aec9231e6
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for jdk19
# Copyright 2022 Ebben Aries <slackbuilds@dscp.org>
# Copyright 2022-2023 Ebben Aries <slackbuilds@dscp.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jdk19
VERSION=${VERSION:-19.0.1}
VERSION=${VERSION:-19.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="jdk19"
VERSION="19.0.1"
VERSION="19.0.2"
HOMEPAGE="https://www.oracle.com/technetwork/java/javase/downloads/index.html"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://download.oracle.com/java/19/archive/jdk-19.0.1_linux-x64_bin.tar.gz"
MD5SUM_x86_64="de11654fc97487a25ff21c8650890542"
DOWNLOAD_x86_64="https://download.oracle.com/java/19/archive/jdk-19.0.2_linux-x64_bin.tar.gz"
MD5SUM_x86_64="da5f877ae40579f0b44e0573a227f7dc"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"