development/jdk14: Updated for version 14.0.2 (UNTESTED).

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Igor Alexandrov 2020-10-16 20:59:00 +01:00 committed by Willy Sudiarto Raharjo
parent d38b363536
commit 7c23689355
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 8 additions and 4 deletions

View File

@ -11,6 +11,10 @@ Java Platform Standard Edition Runtime Environment.
More details:
https://developer.oracle.com/java/
WARNING: These older versions of the JRE and JDK are provided to help
developers debug issues in older systems. They are not updated with the latest
security patches and are not recommended for use in production.
This SlackBuild will repackage official Oracle JDK archive.
You must accept the Oracle Technology Network License Agreement
for Oracle Java SE to download this software

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jdk14
VERSION=${VERSION:-14.0.1}
VERSION=${VERSION:-14.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="jdk14"
VERSION="14.0.1"
VERSION="14.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/14.0.1+7/664493ef4a6946b186ff29eb326336a2/jdk-14.0.1_linux-x64_bin.tar.gz"
MD5SUM_x86_64="2d62f02c3e9e743c0aeabf9accf34944"
DOWNLOAD_x86_64="https://download.oracle.com/otn-pub/java/jdk/14.0.2+12/205943a0976c4ed48cb16f1043c5c647/jdk-14.0.2_linux-x64e_bin.tar.gz"
MD5SUM_x86_64="9319a0ec39aa84ae15e0bd87701d8b29"
REQUIRES=""
MAINTAINER="Igor Alexandrov"
EMAIL="igor.alexandrov@outlook.com"