mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/liberica-jdk-bin: Updated for version 21.0.4+9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e29c00b823
commit
f5994e9e2a
2 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=liberica-jdk-bin
|
||||
VERSION=${VERSION:-21.0.3+12}
|
||||
VERSION=${VERSION:-21.0.4+9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="liberica-jdk-bin"
|
||||
VERSION="21.0.3+12"
|
||||
VERSION="21.0.4+9"
|
||||
HOMEPAGE="https://github.com/bell-sw/Liberica"
|
||||
DOWNLOAD="https://github.com/bell-sw/Liberica/releases/download/21.0.3+12/bellsoft-jdk21.0.3+12-linux-i586.tar.gz"
|
||||
MD5SUM="5af27da5d63e40fa3a6d19abaa93c0f6"
|
||||
DOWNLOAD_x86_64="https://github.com/bell-sw/Liberica/releases/download/21.0.3+12/bellsoft-jdk21.0.3+12-linux-amd64.tar.gz"
|
||||
MD5SUM_x86_64="dc876c90f8e3f30fab51e82fd947d251"
|
||||
DOWNLOAD="https://github.com/bell-sw/Liberica/releases/download/21.0.4+9/bellsoft-jdk21.0.4+9-linux-i586.tar.gz"
|
||||
MD5SUM="e4ae712661e1bc19abf8adf155761722"
|
||||
DOWNLOAD_x86_64="https://github.com/bell-sw/Liberica/releases/download/21.0.4+9/bellsoft-jdk21.0.4+9-linux-amd64.tar.gz"
|
||||
MD5SUM_x86_64="59eeb631911c2acfad32c49d4e43f797"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Alexander Verbovetsky"
|
||||
EMAIL="alik@ejik.org"
|
||||
|
|
Loading…
Reference in a new issue