development/openjdk7: Updated for version 7u251.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Strahil Yordanov 2020-03-14 07:21:43 +07:00 committed by Willy Sudiarto Raharjo
parent 7492e88025
commit 66d7c90822
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 20 additions and 20 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for OpenJDK
# Copyright 2019 Strahil Yordanov, Sofia, Bulgaria
# Copyright 2020 Strahil Yordanov, Sofia, Bulgaria
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openjdk7
VERSION=${VERSION:-7u231}
VERSION=${VERSION:-7u251}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -82,7 +82,7 @@ EOF
}
DVER=1.7.0_$(printf $VERSION | cut -du -f2)
ICEDTEA=icedtea-2.6.19
ICEDTEA=icedtea-2.6.21
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View File

@ -1,22 +1,22 @@
PRGNAM="openjdk7"
VERSION="7u231"
VERSION="7u251"
HOMEPAGE="http://openjdk.java.net"
DOWNLOAD="http://icedtea.classpath.org/download/source/icedtea-2.6.19.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea7/2.6.19/openjdk.tar.bz2 \
http://icedtea.classpath.org/download/drops/icedtea7/2.6.19/corba.tar.bz2 \
http://icedtea.classpath.org/download/drops/icedtea7/2.6.19/jaxp.tar.bz2 \
http://icedtea.classpath.org/download/drops/icedtea7/2.6.19/jaxws.tar.bz2 \
http://icedtea.classpath.org/download/drops/icedtea7/2.6.19/jdk.tar.bz2 \
http://icedtea.classpath.org/download/drops/icedtea7/2.6.19/langtools.tar.bz2 \
http://icedtea.classpath.org/download/drops/icedtea7/2.6.19/hotspot.tar.bz2"
MD5SUM="db3bb027663fdd7415ac2f11b68fce69 \
3e32e2864931f20c3c6f6e30edab8913 \
f7ccf225b9dd698a7d261f0b5670b8d2 \
255a0ec8d3ebc246ad9197830770b6ec \
83e0e8e3d29fb1d993b67b589fc79ba7 \
ab6e0442bd06f9c1df4dd5ff75a02f52 \
0062bd3e45d1670915f7fd24b3e6fd74 \
036db9762203b70355b4ebaa5f993740"
DOWNLOAD="http://icedtea.classpath.org/download/source/icedtea-2.6.21.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea7/2.6.21/openjdk.tar.bz2 \
http://icedtea.classpath.org/download/drops/icedtea7/2.6.21/corba.tar.bz2 \
http://icedtea.classpath.org/download/drops/icedtea7/2.6.21/jaxp.tar.bz2 \
http://icedtea.classpath.org/download/drops/icedtea7/2.6.21/jaxws.tar.bz2 \
http://icedtea.classpath.org/download/drops/icedtea7/2.6.21/jdk.tar.bz2 \
http://icedtea.classpath.org/download/drops/icedtea7/2.6.21/langtools.tar.bz2 \
http://icedtea.classpath.org/download/drops/icedtea7/2.6.21/hotspot.tar.bz2"
MD5SUM="5daabd69cce803fb8c464feac38086cc \
403342ef777c579cc1451e235e6fb028 \
f7b5466277edd1a0ed4944c47a966cea \
f65ae3ddd00ab6bfc54a7d7b002f5f01 \
63c05316146d1de745129f196c203b11 \
3b65b3a9fcbd14f692c7d5cf8b5b47e3 \
5536ea0fcdac7522e8a61632109e0f3e \
88a439cd650821b217f17f0df452c00b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="apache-ant"