summaryrefslogtreecommitdiffstats
path: root/openjdk7/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-02-14 07:38:14 +0000
committer Eric Hameleers <alien@slackware.com>2017-02-14 07:38:14 +0000
commit7620edaed8489f6e6ffa8ca1039010f946708278 (patch)
tree5e212a18e2228444a75a5b4ab63d97ec14536eb8 /openjdk7/build
parentda98cd12396fb2bb3061e83b7d825d5f329704c0 (diff)
downloadasb-7620edaed8489f6e6ffa8ca1039010f946708278.tar.gz
asb-7620edaed8489f6e6ffa8ca1039010f946708278.tar.xz
openjdk7: update to OpenJDK 7u131_b00 (icedtea 2.6.9)
Diffstat (limited to 'openjdk7/build')
-rw-r--r--openjdk7/build/BUILDING.txt4
-rwxr-xr-xopenjdk7/build/openjdk7.SlackBuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/openjdk7/build/BUILDING.txt b/openjdk7/build/BUILDING.txt
index c634c9f8..033d9bc8 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.8"
-ICEDTEA_VERSION="2.6.8"
+ICEDTEA_BRANCH="2.6.9"
+ICEDTEA_VERSION="2.6.9"
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 d776a878..76846079 100755
--- a/openjdk7/build/openjdk7.SlackBuild
+++ b/openjdk7/build/openjdk7.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2011, 2012, 2013, 2014, 2015, 2016 Eric Hameleers, Eindhoven, The Netherlands
+# Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017 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=7u121
+JAVAVER=7u131
JAVABLD=b00
-ICEDTEA=2.6.8
+ICEDTEA=2.6.9
VERSION="${JAVAVER}_${JAVABLD}"
BUILD=${BUILD:-1}