summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-02-29 20:43:21 +0000
committer Eric Hameleers <alien@slackware.com>2020-02-29 20:43:21 +0000
commitfc3e9d0361b3085fd4ad7fe5d7bc36d6fe50656d (patch)
treec516a6df90c6aac28f347f2e761d7c48da714426
parentdc54bbd2af966e53ead43b9949a5e233bf08acc6 (diff)
downloadasb-fc3e9d0361b3085fd4ad7fe5d7bc36d6fe50656d.tar.gz
asb-fc3e9d0361b3085fd4ad7fe5d7bc36d6fe50656d.tar.xz
openjdk7: update to Java7 Update 251 Build 02 (icedtea-2.6.21)
-rw-r--r--openjdk7/build/BUILDING.txt4
-rwxr-xr-xopenjdk7/build/openjdk7.SlackBuild8
2 files changed, 6 insertions, 6 deletions
diff --git a/openjdk7/build/BUILDING.txt b/openjdk7/build/BUILDING.txt
index 72846879..5acff131 100644
--- a/openjdk7/build/BUILDING.txt
+++ b/openjdk7/build/BUILDING.txt
@@ -16,8 +16,8 @@
# Check ICEDTEA_BRANCH value in Makefile.in:
ICEDTEA_MAJOR="icedtea7"
-ICEDTEA_BRANCH="2.6.20"
-ICEDTEA_VERSION="2.6.20"
+ICEDTEA_BRANCH="2.6.21"
+ICEDTEA_VERSION="2.6.21"
DROPURL="http://icedtea.classpath.org/download/drops"
SUPPURL="${DROPURL}/${ICEDTEA_MAJOR}/${ICEDTEA_BRANCH}"
diff --git a/openjdk7/build/openjdk7.SlackBuild b/openjdk7/build/openjdk7.SlackBuild
index 0b506813..9b89c4d6 100755
--- a/openjdk7/build/openjdk7.SlackBuild
+++ b/openjdk7/build/openjdk7.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Eric Hameleers, Eindhoven, The Netherlands
+# Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Eric Hameleers, Eindhoven, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,9 +23,9 @@
PKGNAM1=openjdk7
PKGNAM2=openjre7
-JAVAVER=7u241
-JAVABLD=b01
-ICEDTEA=2.6.20
+JAVAVER=7u251
+JAVABLD=b02
+ICEDTEA=2.6.21
VERSION="${JAVAVER}_${JAVABLD}"
BUILD=${BUILD:-1}