summaryrefslogtreecommitdiffstats
path: root/openjdk/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-05-14 22:11:20 +0000
committer Eric Hameleers <alien@slackware.com>2021-05-14 22:11:20 +0000
commitf0bb87c9516f822f7741987b60d8c0c6a9650870 (patch)
tree4bb596e76198953b46465fe5ef5aa88864b9bac7 /openjdk/build
parent1f5033c1447dc4850c3547ffd3e96a0dc8b00e79 (diff)
downloadasb-f0bb87c9516f822f7741987b60d8c0c6a9650870.tar.gz
asb-f0bb87c9516f822f7741987b60d8c0c6a9650870.tar.xz
openjdk: update to 8u292_b10 (icedtea-3.19.0)
Diffstat (limited to 'openjdk/build')
-rw-r--r--openjdk/build/BUILDING.txt4
-rwxr-xr-xopenjdk/build/openjdk.SlackBuild8
2 files changed, 6 insertions, 6 deletions
diff --git a/openjdk/build/BUILDING.txt b/openjdk/build/BUILDING.txt
index f5f5cf57..e84a372d 100644
--- a/openjdk/build/BUILDING.txt
+++ b/openjdk/build/BUILDING.txt
@@ -16,8 +16,8 @@
# Check ICEDTEA_BRANCH value in Makefile.in:
ICEDTEA_MAJOR="icedtea8"
-ICEDTEA_BRANCH="3.18.0"
-ICEDTEA_VERSION="3.18.0"
+ICEDTEA_BRANCH="3.19.0"
+ICEDTEA_VERSION="3.19.0"
DROPURL="http://icedtea.classpath.org/download/drops"
SUPPURL="${DROPURL}/${ICEDTEA_MAJOR}/${ICEDTEA_BRANCH}"
diff --git a/openjdk/build/openjdk.SlackBuild b/openjdk/build/openjdk.SlackBuild
index 649419fd..07b6b22c 100755
--- a/openjdk/build/openjdk.SlackBuild
+++ b/openjdk/build/openjdk.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Eric Hameleers, Eindhoven, The Netherlands
+# Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Eric Hameleers, Eindhoven, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,9 +23,9 @@
PKGNAM1=openjdk
PKGNAM2=openjre
-JAVAVER=8u282
-JAVABLD=b08
-ICEDTEA=3.18.0
+JAVAVER=8u292
+JAVABLD=b10
+ICEDTEA=3.19.0
VERSION="${JAVAVER}_${JAVABLD}"
BUILD=${BUILD:-1}