development/OpenJDK11: Updated for version 11.0.16.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
87e2e8b533
commit
9d464ea798
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=OpenJDK11
|
||||
VERSION=${VERSION:-11.0.15}
|
||||
VERSION=${VERSION:-11.0.16.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
PRGNAM="OpenJDK11"
|
||||
VERSION="11.0.15"
|
||||
VERSION="11.0.16.1"
|
||||
HOMEPAGE="https://openjdk.java.net/"
|
||||
DOWNLOAD="https://github.com/openjdk/jdk11u/archive/jdk-11.0.15-ga/jdk11u-jdk-11.0.15-ga.tar.gz \
|
||||
DOWNLOAD="https://github.com/openjdk/jdk11u/archive/jdk-11.0.16.1-ga/jdk11u-jdk-11.0.16.1-ga.tar.gz \
|
||||
https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-10.0.2/OpenJDK-10.0.2+13-i686-bin.tar.xz \
|
||||
https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-16.0.2/jtreg-4.2.0-tip.tar.gz"
|
||||
MD5SUM="9d4798b6535e81e518279522a9c118b7 \
|
||||
MD5SUM="34ca9f92367198fe3ef16fd6a88c3fc8 \
|
||||
d66af9a4303ce9d0c93c92945048e361 \
|
||||
11818f2ae4be19d2c7ae6501be60ee98"
|
||||
DOWNLOAD_x86_64="https://github.com/openjdk/jdk11u/archive/jdk-11.0.15-ga/jdk11u-jdk-11.0.15-ga.tar.gz \
|
||||
DOWNLOAD_x86_64="https://github.com/openjdk/jdk11u/archive/jdk-11.0.16.1-ga/jdk11u-jdk-11.0.16.1-ga.tar.gz \
|
||||
https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-10.0.2/OpenJDK-10.0.2+13-x86_64-bin.tar.xz \
|
||||
https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-16.0.2/jtreg-4.2.0-tip.tar.gz"
|
||||
MD5SUM_x86_64="9d4798b6535e81e518279522a9c118b7 \
|
||||
MD5SUM_x86_64="34ca9f92367198fe3ef16fd6a88c3fc8 \
|
||||
a550f9e2aa1e8437346bb52a7b36052e \
|
||||
11818f2ae4be19d2c7ae6501be60ee98"
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue