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:
parent
4f684a46ef
commit
0aec9231e6
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue