summaryrefslogtreecommitdiffstats
path: root/openjdk
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-02-28 19:03:49 +0000
committer Eric Hameleers <alien@slackware.com>2018-02-28 19:03:49 +0000
commitd7bae46026a82662f18c35d43f561c12197f5c22 (patch)
tree8cb0d3f9bc6de476e17f1639fd2e4ff1fc73489e /openjdk
parent84118b864de81e4b3ec22aafdc4b4ce261c37520 (diff)
downloadasb-d7bae46026a82662f18c35d43f561c12197f5c22.tar.gz
asb-d7bae46026a82662f18c35d43f561c12197f5c22.tar.xz
openjdk: updated to icedtea 3.7.0 (openjdk 8u161_b12)
Diffstat (limited to 'openjdk')
-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 086c5ba5..4b68386e 100644
--- a/openjdk/build/BUILDING.txt
+++ b/openjdk/build/BUILDING.txt
@@ -14,8 +14,8 @@
# Check ICEDTEA_BRANCH value in Makefile.in:
ICEDTEA_MAJOR="icedtea8"
-ICEDTEA_BRANCH="3.6.0"
-ICEDTEA_VERSION="3.6.0"
+ICEDTEA_BRANCH="3.7.0"
+ICEDTEA_VERSION="3.7.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 49a4d30a..780e2fc7 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 Eric Hameleers, Eindhoven, The Netherlands
+# Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 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=8u151
+JAVAVER=8u161
JAVABLD=b12
-ICEDTEA=3.6.0
+ICEDTEA=3.7.0
VERSION="${JAVAVER}_${JAVABLD}"
BUILD=${BUILD:-1}