From 7620edaed8489f6e6ffa8ca1039010f946708278 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 14 Feb 2017 07:38:14 +0000 Subject: openjdk7: update to OpenJDK 7u131_b00 (icedtea 2.6.9) --- openjdk7/build/BUILDING.txt | 4 ++-- openjdk7/build/openjdk7.SlackBuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'openjdk7/build') 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} -- cgit v1.2.3-65-gdbad