mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/openjdk8: Updated for version 8u242.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
66d7c90822
commit
5694799006
2 changed files with 22 additions and 22 deletions
|
@ -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,12 +23,12 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=openjdk8
|
||||
VERSION=${VERSION:-8u222}
|
||||
VERSION=${VERSION:-8u242}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
DVER=1.8.0_$(printf $VERSION | cut -du -f2)
|
||||
ICEDTEA=icedtea-3.13.0
|
||||
ICEDTEA=icedtea-3.15.0
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
PRGNAM="openjdk8"
|
||||
VERSION="8u222"
|
||||
VERSION="8u242"
|
||||
HOMEPAGE="http://openjdk.java.net"
|
||||
DOWNLOAD="http://icedtea.classpath.org/download/source/icedtea-3.13.0.tar.xz \
|
||||
http://icedtea.classpath.org/download/drops/icedtea8/3.13.0/openjdk.tar.xz \
|
||||
http://icedtea.classpath.org/download/drops/icedtea8/3.13.0/corba.tar.xz \
|
||||
http://icedtea.classpath.org/download/drops/icedtea8/3.13.0/jaxp.tar.xz \
|
||||
http://icedtea.classpath.org/download/drops/icedtea8/3.13.0/jaxws.tar.xz \
|
||||
http://icedtea.classpath.org/download/drops/icedtea8/3.13.0/jdk.tar.xz \
|
||||
http://icedtea.classpath.org/download/drops/icedtea8/3.13.0/langtools.tar.xz \
|
||||
http://icedtea.classpath.org/download/drops/icedtea8/3.13.0/nashorn.tar.xz \
|
||||
http://icedtea.classpath.org/download/drops/icedtea8/3.13.0/hotspot.tar.xz"
|
||||
MD5SUM="6179d3b6c6ea468081adaa561aad9fe7 \
|
||||
6ca0d831f2e7c7aa2c7f90005eb6bb42 \
|
||||
bb3c3825352ca50e104d8e871f72aed5 \
|
||||
d18fe62f73cfeb403db205a4fb5950e3 \
|
||||
e0521c962a051790636bdd5c8dc3d098 \
|
||||
32928a839f7d711c09ff03a11fd60036 \
|
||||
3304542bfcd2fa2474ac489e16ee0e64 \
|
||||
51b622871d03b271a85bbdff465eb92e \
|
||||
f2625e6b7e3f555af155533e8239ad9a"
|
||||
DOWNLOAD="http://icedtea.classpath.org/download/source/icedtea-3.15.0.tar.xz \
|
||||
http://icedtea.classpath.org/download/drops/icedtea8/3.15.0/openjdk.tar.xz \
|
||||
http://icedtea.classpath.org/download/drops/icedtea8/3.15.0/corba.tar.xz \
|
||||
http://icedtea.classpath.org/download/drops/icedtea8/3.15.0/jaxp.tar.xz \
|
||||
http://icedtea.classpath.org/download/drops/icedtea8/3.15.0/jaxws.tar.xz \
|
||||
http://icedtea.classpath.org/download/drops/icedtea8/3.15.0/jdk.tar.xz \
|
||||
http://icedtea.classpath.org/download/drops/icedtea8/3.15.0/langtools.tar.xz \
|
||||
http://icedtea.classpath.org/download/drops/icedtea8/3.15.0/nashorn.tar.xz \
|
||||
http://icedtea.classpath.org/download/drops/icedtea8/3.15.0/hotspot.tar.xz"
|
||||
MD5SUM="f789fff45db6fdcc663d2a277e423763 \
|
||||
f8de18e2a79f5cd0a4f65c134505f1b3 \
|
||||
a1835170b80736ea01548892d05269b9 \
|
||||
bac0dfc3edeb36bb0a8e17bf3e8638ba \
|
||||
c0ec29233b16d028710f3e8a46fa0d8d \
|
||||
1fb48b1c922b5e451c8c974e7e017c81 \
|
||||
aac611dac366e55f608b8c0c945b230c \
|
||||
c4b7700db1ccdb5817a8a614934089a3 \
|
||||
1bf3fe318193497ad84f96c166261218"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="openjdk7"
|
||||
|
|
Loading…
Reference in a new issue