mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/liberica-jdk-bin: Updated for version 21.0.2+14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b4774aa018
commit
30e19a1a06
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for liberica-jdk-bin
|
# Slackware build script for liberica-jdk-bin
|
||||||
|
|
||||||
# Copyright 2023, Alexander Verbovetsky, Moscow, Russia
|
# Copyright 2023-2024, Alexander Verbovetsky, Moscow, Russia
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=liberica-jdk-bin
|
PRGNAM=liberica-jdk-bin
|
||||||
VERSION=${VERSION:-21.0.1+12}
|
VERSION=${VERSION:-21.0.2+14}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="liberica-jdk-bin"
|
PRGNAM="liberica-jdk-bin"
|
||||||
VERSION="21.0.1+12"
|
VERSION="21.0.2+14"
|
||||||
HOMEPAGE="https://github.com/bell-sw/Liberica"
|
HOMEPAGE="https://github.com/bell-sw/Liberica"
|
||||||
DOWNLOAD="https://github.com/bell-sw/Liberica/releases/download/21.0.1+12/bellsoft-jdk21.0.1+12-linux-i586.tar.gz"
|
DOWNLOAD="https://github.com/bell-sw/Liberica/releases/download/21.0.2+14/bellsoft-jdk21.0.2+14-linux-i586.tar.gz"
|
||||||
MD5SUM="d1d29f33dc92b5fa4ea2b96f1a5569df"
|
MD5SUM="7bea24c9934e34ce58d288856914750b"
|
||||||
DOWNLOAD_x86_64="https://github.com/bell-sw/Liberica/releases/download/21.0.1+12/bellsoft-jdk21.0.1+12-linux-amd64.tar.gz"
|
DOWNLOAD_x86_64="https://github.com/bell-sw/Liberica/releases/download/21.0.2+14/bellsoft-jdk21.0.2+14-linux-amd64.tar.gz"
|
||||||
MD5SUM_x86_64="3c41c4641eec492b3a7f525c645d227b"
|
MD5SUM_x86_64="99b7b71ae91666234c4c4f649a6bf369"
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Alexander Verbovetsky"
|
MAINTAINER="Alexander Verbovetsky"
|
||||||
EMAIL="alik@ejik.org"
|
EMAIL="alik@ejik.org"
|
||||||
|
|
Loading…
Reference in a new issue