development/openjdk8: Updated for version 8u201.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Strahil Yordanov 2019-03-23 08:34:44 +07:00 committed by Willy Sudiarto Raharjo
parent 3015af4e87
commit e5c0d0ece2
2 changed files with 21 additions and 21 deletions

View File

@ -23,12 +23,12 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openjdk8
VERSION=${VERSION:-8u191}
VERSION=${VERSION:-8u201}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
DVER=1.8.0_$(printf $VERSION | cut -du -f2)
ICEDTEA=icedtea-3.10.0
ICEDTEA=icedtea-3.11.0
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View File

@ -1,24 +1,24 @@
PRGNAM="openjdk8"
VERSION="8u191"
VERSION="8u201"
HOMEPAGE="http://openjdk.java.net"
DOWNLOAD="http://icedtea.classpath.org/download/source/icedtea-3.10.0.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.10.0/openjdk.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.10.0/corba.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.10.0/jaxp.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.10.0/jaxws.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.10.0/jdk.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.10.0/langtools.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.10.0/nashorn.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.10.0/hotspot.tar.xz"
MD5SUM="da2edd777e4b6722d8d8d38fc9292acc \
0947e53d816019d096ba0a57251b5c31 \
7009e4d076a363309081d3e17052147c \
10aac41eb5ca669921b65b6f57666f3a \
ca31c39f0e30ce947c121df7fc2a5c74 \
e2676fa776d0d4ea8481978dbf86677a \
38b51a1f3c5fcaef4fdbd6c7ffe71ff2 \
0944e7313bd2b7c9324c50626d84d9a3 \
63b0e7bbf86ae742d5d77108312ef2a1"
DOWNLOAD="http://icedtea.classpath.org/download/source/icedtea-3.11.0.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.11.0/openjdk.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.11.0/corba.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.11.0/jaxp.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.11.0/jaxws.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.11.0/jdk.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.11.0/langtools.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.11.0/nashorn.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.11.0/hotspot.tar.xz"
MD5SUM="2b07ee0a90287c257cab63901c201bb1
d9b39123baae50e611ed996ff714848f
64b6ffdcd907dc2fad91583b31d27c70
333bb1c0dfd404226c4f1844a1661ee1
eaf803f7e8876ec5fcc8220a37b080b8
5749d5060b4abfdd5dde0e7a033d877c
862c9d13734526b8bf21279bb0650d71
59f2783ab3ffdaebb1d0e2d48d336603
f195edad7ffc0736b2146491ce7c3172"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openjdk"