development/jdk16: Updated for version 16.0.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4dc5379a79
commit
9e82560941
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jdk16
|
||||
VERSION=${VERSION:-16.0.1}
|
||||
VERSION=${VERSION:-16.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -38,8 +38,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
set -eu
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
|
@ -58,6 +56,8 @@ if [ "$ARCH" != "x86_64" ]; then
|
|||
fi
|
||||
LIBDIRSUFFIX=64
|
||||
|
||||
set -eu
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $OUTPUT $PKG/{install,etc/profile.d,usr/{bin,lib${LIBDIRSUFFIX},doc/$PRGNAM-$VERSION,man/man1}}
|
||||
cd $PKG/usr/lib${LIBDIRSUFFIX}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="jdk16"
|
||||
VERSION="16.0.1"
|
||||
HOMEPAGE="https://developer.oracle.com/java"
|
||||
VERSION="16.0.2"
|
||||
HOMEPAGE="https://www.oracle.com/java/technologies/javase/jdk16-archive-downloads.html"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://download.oracle.com/otn-pub/java/jdk/16.0.1+9/7147401fd7354114ac51ef3e1328291f/jdk-16.0.1_linux-x64_bin.tar.gz"
|
||||
MD5SUM_x86_64="cffda8a3531e34e22ec9f9ba8d2ae60e"
|
||||
DOWNLOAD_x86_64="https://download.oracle.com/otn/java/jdk/16.0.2+7/d4a915d82b4c4fbb9bde534da945d746/jdk-16.0.2_linux-x64_bin.tar.gz"
|
||||
MD5SUM_x86_64="37715eb1b7ca6c4916b5c0b849bcf104"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Igor Alexandrov"
|
||||
EMAIL="igor.alexandrov@outlook.com"
|
||||
|
|
Loading…
Reference in New Issue