summaryrefslogtreecommitdiffstats
path: root/openjdk7
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-02-28 09:58:08 +0000
committer Eric Hameleers <alien@slackware.com>2018-02-28 09:58:08 +0000
commit84118b864de81e4b3ec22aafdc4b4ce261c37520 (patch)
tree5c3be1582647f6f9064e88a85f62efd25ad45b0e /openjdk7
parent9d62b29cfad752b67b9c762262d623e6960209f3 (diff)
downloadasb-84118b864de81e4b3ec22aafdc4b4ce261c37520.tar.gz
asb-84118b864de81e4b3ec22aafdc4b4ce261c37520.tar.xz
openjdk7: update to OpenJDK 7u171_b02 (icedtea-2.6.13)
Diffstat (limited to 'openjdk7')
-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 abebc550..aa152f2c 100644
--- a/openjdk7/build/BUILDING.txt
+++ b/openjdk7/build/BUILDING.txt
@@ -14,8 +14,8 @@
# Check ICEDTEA_BRANCH value in Makefile.in:
ICEDTEA_MAJOR="icedtea7"
-ICEDTEA_BRANCH="2.6.12"
-ICEDTEA_VERSION="2.6.12"
+ICEDTEA_BRANCH="2.6.13"
+ICEDTEA_VERSION="2.6.13"
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 cb1850e5..7bf86935 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 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=openjdk7
PKGNAM2=openjre7
-JAVAVER=7u161
-JAVABLD=b01
-ICEDTEA=2.6.12
+JAVAVER=7u171
+JAVABLD=b02
+ICEDTEA=2.6.13
VERSION="${JAVAVER}_${JAVABLD}"
BUILD=${BUILD:-1}