development/zulu-openjdk17: Updated for version 17.0.9.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2024-01-01 10:42:27 +09:00 committed by Willy Sudiarto Raharjo
parent 315704ea6c
commit 1e4e5c4411
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 12 additions and 12 deletions

View File

@ -3,7 +3,7 @@
# Slackware build script for zulu-openjdk17
# Copyright (c) 2021, Gustavo B. Schenkel <gustavo dot schenkel at gmail.com>
# Copyright (c) 2022-2023, Andrew Clemons, Tokyo Japan
# Copyright (c) 2022-2024, Andrew Clemons, Tokyo Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=zulu-openjdk17
VERSION=${VERSION:-17.0.8}
ZULUVERSION=${ZULUVERSION:-17.44.15}
VERSION=${VERSION:-17.0.9}
ZULUVERSION=${ZULUVERSION:-17.46.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,14 +1,14 @@
PRGNAM="zulu-openjdk17"
VERSION="17.0.8"
VERSION="17.0.9"
HOMEPAGE="https://www.azul.com/downloads/"
DOWNLOAD="https://cdn.azul.com/zulu-embedded/bin/zulu17.44.15-ca-jdk17.0.8-linux_aarch32hf.tar.gz \
https://cdn.azul.com/zulu/bin/zulu17.44.15-ca-jdk17.0.8-linux_i686.tar.gz"
MD5SUM="00cf7db9992c0a7ee193d2e28ed5cbd5 \
ed78f98daf4698102422f45ca022a69d"
DOWNLOAD_x86_64="https://cdn.azul.com/zulu/bin/zulu17.44.15-ca-jdk17.0.8-linux_x64.tar.gz \
https://cdn.azul.com/zulu/bin/zulu17.44.15-ca-jdk17.0.8-linux_aarch64.tar.gz"
MD5SUM_x86_64="b08800edb4bff73c013882de831d30f9 \
9c9e35efddfd17a696be9d1f5e5ac70f"
DOWNLOAD="https://cdn.azul.com/zulu-embedded/bin/zulu17.46.19-ca-jdk17.0.9-linux_aarch32hf.tar.gz \
https://cdn.azul.com/zulu/bin/zulu17.46.19-ca-jdk17.0.9-linux_i686.tar.gz"
MD5SUM="411a5ad1485f9a3871c98f2e38771e4f \
14eaee33c69188deb08d57435ab10e40"
DOWNLOAD_x86_64="https://cdn.azul.com/zulu/bin/zulu17.46.19-ca-jdk17.0.9-linux_x64.tar.gz \
https://cdn.azul.com/zulu/bin/zulu17.46.19-ca-jdk17.0.9-linux_aarch64.tar.gz"
MD5SUM_x86_64="c7f82825e5bad4adcbb86aa974f5306f \
4e35a0c4c0bb16cd6d7d149765818f15"
REQUIRES=""
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"