summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-03-02 20:58:45 +0000
committer Eric Hameleers <alien@slackware.com>2019-03-02 20:58:45 +0000
commit084f3f430f185df027663570c381a0358d825258 (patch)
tree19b45b4024996f8fb98e1fb4fc23fc0a7241587b
parente1e55c9791e008e687d46ce373c86a8f04772cfa (diff)
downloadasb-084f3f430f185df027663570c381a0358d825258.tar.gz
asb-084f3f430f185df027663570c381a0358d825258.tar.xz
openjdk: updated to 8u201_b08
-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 5c66c349..409de390 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 Eric Hameleers, Eindhoven, The Netherlands
+# Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 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=8u191
-JAVABLD=b12
-ICEDTEA=3.10.0
+JAVAVER=8u201
+JAVABLD=b08
+ICEDTEA=3.11.0
VERSION="${JAVAVER}_${JAVABLD}"
BUILD=${BUILD:-1}