mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/liberica-jdk-bin: Updated for version 17.0.8+7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
efb7ed9705
commit
3e82aa103f
2 changed files with 8 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=liberica-jdk-bin
|
||||
VERSION=${VERSION:-17.0.7+7}
|
||||
VERSION=${VERSION:-17.0.8+7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -57,6 +57,8 @@ tar xvf $CWD/bellsoft-j*${VERSION}-linux-*.tar.gz
|
|||
JDKNAM=$(find . -type d -maxdepth 1 -mindepth 1 -printf "%f\n")
|
||||
mv $JDKNAM liberica-$JDKNAM
|
||||
|
||||
find -L liberica-$JDKNAM/lib -type f -name "*.so" -exec chmod 755 {} \;
|
||||
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="liberica-jdk-bin"
|
||||
VERSION="17.0.7+7"
|
||||
VERSION="17.0.8+7"
|
||||
HOMEPAGE="https://bell-sw.com/liberica"
|
||||
DOWNLOAD="https://download.bell-sw.com/java/17.0.7+7/bellsoft-jdk17.0.7+7-linux-i586.tar.gz"
|
||||
MD5SUM="7b304412ddee37bc16ce276120118516"
|
||||
DOWNLOAD_x86_64="https://download.bell-sw.com/java/17.0.7+7/bellsoft-jdk17.0.7+7-linux-amd64.tar.gz"
|
||||
MD5SUM_x86_64="d8ad58fdf2299af62ca19da4b6b53d7f"
|
||||
DOWNLOAD="https://download.bell-sw.com/java/17.0.8+7/bellsoft-jdk17.0.8+7-linux-i586.tar.gz"
|
||||
MD5SUM="d8d201919a7eb88d09604525ad000089"
|
||||
DOWNLOAD_x86_64="https://download.bell-sw.com/java/17.0.8+7/bellsoft-jdk17.0.8+7-linux-amd64.tar.gz"
|
||||
MD5SUM_x86_64="efbae45a22e017cdf6b0200e30bd0d50"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Alexander Verbovetsky"
|
||||
EMAIL="alik@ejik.org"
|
||||
|
|
Loading…
Reference in a new issue