summaryrefslogtreecommitdiffstats
path: root/openjdk
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-05-05 12:07:52 +0000
committer Eric Hameleers <alien@slackware.com>2023-05-05 12:07:52 +0000
commitd93cd80d78edee86475a39f592857e4bb16f92d9 (patch)
tree367a2351d969a07bc7b87dbbbd5e2094e893a7ac /openjdk
parent37faed693b25d0bfe01eb08dbce82b9728eb6177 (diff)
downloadasb-d93cd80d78edee86475a39f592857e4bb16f92d9.tar.gz
asb-d93cd80d78edee86475a39f592857e4bb16f92d9.tar.xz
openjdk: update to OpenJDK update 8u372_b07 (icedtea-3.27.0)
Diffstat (limited to 'openjdk')
-rw-r--r--openjdk/build/BUILDING.txt4
-rwxr-xr-xopenjdk/build/openjdk.SlackBuild8
2 files changed, 6 insertions, 6 deletions
diff --git a/openjdk/build/BUILDING.txt b/openjdk/build/BUILDING.txt
index 929d274a..34fad88a 100644
--- a/openjdk/build/BUILDING.txt
+++ b/openjdk/build/BUILDING.txt
@@ -15,8 +15,8 @@
# Check ICEDTEA_BRANCH value in Makefile.in:
ICEDTEA_MAJOR="icedtea8"
-ICEDTEA_BRANCH="3.26.0"
-ICEDTEA_VERSION="3.26.0"
+ICEDTEA_BRANCH="3.27.0"
+ICEDTEA_VERSION="3.27.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 538e511e..8ef07e3e 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, 2019, 2020, 2021, 2022 Eric Hameleers, Eindhoven, The Netherlands
+# Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 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=8u362
-JAVABLD=b09
-ICEDTEA=3.26.0
+JAVAVER=8u372
+JAVABLD=b07
+ICEDTEA=3.27.0
VERSION="${JAVAVER}_${JAVABLD}"
BUILD=${BUILD:-1}