development/OpenJDK11: Updated for version 11.0.17.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a70ddf071a
commit
537115c024
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=OpenJDK11
|
||||
VERSION=${VERSION:-11.0.16.1}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-11.0.17}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -82,7 +82,7 @@ export BOOT_JAVA=$TMP/OpenJDK-10.0.2+13-$BSARCH-bin
|
|||
# Unpack the jtreg package to run the tests:
|
||||
if [ "${TESTS:-no}" = "yes" ]; then
|
||||
rm -rf $TMP/jtreg{,-reports}
|
||||
tar xvf $CWD/jtreg-4.2.0-tip.tar.gz
|
||||
tar xvf $CWD/jtreg-6.1-1.tar.xz
|
||||
JTREG="--with-jtreg=$TMP/jtreg"
|
||||
else
|
||||
JTREG=""
|
||||
|
@ -191,7 +191,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
LICENSE ADDITIONAL_LICENSE_INFO ASSEMBLY_EXCEPTION README \
|
||||
LICENSE ADDITIONAL_LICENSE_INFO ASSEMBLY_EXCEPTION README.md \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
( cd $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
ln -s ../../lib${LIBDIRSUFFIX}/$PRGNAM-$VERSION/legal
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
PRGNAM="OpenJDK11"
|
||||
VERSION="11.0.16.1"
|
||||
VERSION="11.0.17"
|
||||
HOMEPAGE="https://openjdk.java.net/"
|
||||
DOWNLOAD="https://github.com/openjdk/jdk11u/archive/jdk-11.0.16.1-ga/jdk11u-jdk-11.0.16.1-ga.tar.gz \
|
||||
DOWNLOAD="https://github.com/openjdk/jdk11u/archive/jdk-11.0.17-ga/jdk11u-jdk-11.0.17-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="34ca9f92367198fe3ef16fd6a88c3fc8 \
|
||||
http://www.lenardspencer.net/linux/slackbuilds/OpenJDK-bootstraps/jtreg-6.1-1.tar.xz"
|
||||
MD5SUM="9750ce128099d74ad078ef2bf12c6ea7 \
|
||||
d66af9a4303ce9d0c93c92945048e361 \
|
||||
11818f2ae4be19d2c7ae6501be60ee98"
|
||||
DOWNLOAD_x86_64="https://github.com/openjdk/jdk11u/archive/jdk-11.0.16.1-ga/jdk11u-jdk-11.0.16.1-ga.tar.gz \
|
||||
e3389e74678dcf707b5b3d5ec6c7510d"
|
||||
DOWNLOAD_x86_64="https://github.com/openjdk/jdk11u/archive/jdk-11.0.17-ga/jdk11u-jdk-11.0.17-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="34ca9f92367198fe3ef16fd6a88c3fc8 \
|
||||
http://www.lenardspencer.net/linux/slackbuilds/OpenJDK-bootstraps/jtreg-6.1-1.tar.xz"
|
||||
MD5SUM_x86_64="9750ce128099d74ad078ef2bf12c6ea7 \
|
||||
a550f9e2aa1e8437346bb52a7b36052e \
|
||||
11818f2ae4be19d2c7ae6501be60ee98"
|
||||
e3389e74678dcf707b5b3d5ec6c7510d"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Lenard Spencer"
|
||||
EMAIL="lenardrspencer@gmail.com"
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 4.8 KiB |
Loading…
Reference in New Issue