summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-05-26 11:37:46 +0000
committer Eric Hameleers <alien@slackware.com>2019-05-26 11:37:46 +0000
commit1c94b9022695f517f8a39e52a29530c708a10d96 (patch)
tree5ef28eeb663f91f241b072844d4d3bcb1d632a35
parentb38cde74735d83867d274e4bbbc49d256463b2c0 (diff)
downloadasb-1c94b9022695f517f8a39e52a29530c708a10d96.tar.gz
asb-1c94b9022695f517f8a39e52a29530c708a10d96.tar.xz
openjdk: updated to 8u212_b04 (icedtea-3.12.0)
-rw-r--r--openjdk/build/BUILDING.txt4
-rwxr-xr-xopenjdk/build/openjdk.SlackBuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/openjdk/build/BUILDING.txt b/openjdk/build/BUILDING.txt
index 2682a5fd..500eb823 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.11.0"
-ICEDTEA_VERSION="3.11.0"
+ICEDTEA_BRANCH="3.12.0"
+ICEDTEA_VERSION="3.12.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 409de390..f33b1390 100755
--- a/openjdk/build/openjdk.SlackBuild
+++ b/openjdk/build/openjdk.SlackBuild
@@ -23,9 +23,9 @@
PKGNAM1=openjdk
PKGNAM2=openjre
-JAVAVER=8u201
-JAVABLD=b08
-ICEDTEA=3.11.0
+JAVAVER=8u212
+JAVABLD=b04
+ICEDTEA=3.12.0
VERSION="${JAVAVER}_${JAVABLD}"
BUILD=${BUILD:-1}