mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
development/jdk15: Updated for version 15.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
81c12a2893
commit
05cf9d6b08
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for jdk15
|
||||
|
||||
# Copyright 2019, 2020 Igor Alexandrov <igor.alexandrov@outlook.com>
|
||||
# Copyright 2019-2021 Igor Alexandrov <igor.alexandrov@outlook.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=jdk15
|
||||
VERSION=${VERSION:-15.0.1}
|
||||
VERSION=${VERSION:-15.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="jdk15"
|
||||
VERSION="15.0.1"
|
||||
VERSION="15.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/15.0.1%2B9/51f4f36ad4ef43e39d0dfdbaf6549e32/jdk-15.0.1_linux-x64_bin.tar.gz"
|
||||
MD5SUM_x86_64="e389486c3e55652eb2b69276baf2a5e7"
|
||||
DOWNLOAD_x86_64="https://download.oracle.com/otn-pub/java/jdk/15.0.2%2B7/0d1cfde4252546c6931946de8db48ee2/jdk-15.0.2_linux-x64_bin.tar.gz"
|
||||
MD5SUM_x86_64="8c870cf74262d1a2778706995010b563"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Igor Alexandrov"
|
||||
EMAIL="igor.alexandrov@outlook.com"
|
||||
|
|
Loading…
Reference in a new issue