diff options
Diffstat (limited to 'development/openjdk/openjdk.SlackBuild')
-rw-r--r-- | development/openjdk/openjdk.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/openjdk/openjdk.SlackBuild b/development/openjdk/openjdk.SlackBuild index e1f1a79004..a19474b043 100644 --- a/development/openjdk/openjdk.SlackBuild +++ b/development/openjdk/openjdk.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build scripts for OpenJDK +# Slackware build script for OpenJDK # Copyright 2015 Strahil Yordanov, Sofia, Bulgaria # All rights reserved. @@ -23,12 +23,12 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openjdk -VERSION=${VERSION:-7u75b13} +VERSION=${VERSION:-7u79b14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} DVER=1.7.0_$(printf $VERSION | cut -du -f2) -ICEDTEA=icedtea-2.5.4 +ICEDTEA=icedtea-2.5.5 if [ -z "$ARCH" ]; then case "$( uname -m )" in |