summaryrefslogtreecommitdiffstats
path: root/openjdk
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-01-28 22:38:21 +0000
committer Eric Hameleers <alien@slackware.com>2017-01-28 22:38:21 +0000
commitfc466d465c0ce168507e8e4608ca18ce6f4d2765 (patch)
treee153b18c702d6152eb4efe9bcab93fd1448abd5d /openjdk
parent7d60dcb565359250c7a4811f36cae03a399834c5 (diff)
downloadasb-fc466d465c0ce168507e8e4608ca18ce6f4d2765.tar.gz
asb-fc466d465c0ce168507e8e4608ca18ce6f4d2765.tar.xz
openjdk: updated to icedtea-3.3.0 (openjdk 8u121_b13)
Diffstat (limited to 'openjdk')
-rwxr-xr-xopenjdk/build/openjdk.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/openjdk/build/openjdk.SlackBuild b/openjdk/build/openjdk.SlackBuild
index ec85ef89..238436dd 100755
--- a/openjdk/build/openjdk.SlackBuild
+++ b/openjdk/build/openjdk.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2011, 2012, 2013, 2014, 2015, 2016 Eric Hameleers, Eindhoven, The Netherlands
+# Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017 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=8u111
-JAVABLD=b14
-ICEDTEA=3.2.0
+JAVAVER=8u121
+JAVABLD=b13
+ICEDTEA=3.3.0
VERSION="${JAVAVER}_${JAVABLD}"
BUILD=${BUILD:-1}