From d7bae46026a82662f18c35d43f561c12197f5c22 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 28 Feb 2018 19:03:49 +0000 Subject: openjdk: updated to icedtea 3.7.0 (openjdk 8u161_b12) --- openjdk/build/openjdk.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openjdk/build/openjdk.SlackBuild') 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} -- cgit v1.2.3-65-gdbad