liberica-jdk-21-lite-bin: update to 21.0.7+9 [CI SKIP]

This commit is contained in:
drone 2025-04-17 19:14:38 +00:00
parent a4e503416b
commit c094e75404
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = liberica-jdk-21-lite-bin pkgbase = liberica-jdk-21-lite-bin
pkgdesc = BellSoft builds of OpenJDK are fully certified and 100% open source Java Development Kits (JDKs) for all Java development and production workloads. Lite version has compressed modules. pkgdesc = BellSoft builds of OpenJDK are fully certified and 100% open source Java Development Kits (JDKs) for all Java development and production workloads. Lite version has compressed modules.
pkgver = 21.0.6+10 pkgver = 21.0.7+9
pkgrel = 1 pkgrel = 1
url = https://bell-sw.com/ url = https://bell-sw.com/
install = liberica-jdk-21-lite.install install = liberica-jdk-21-lite.install
@ -14,8 +14,8 @@ pkgbase = liberica-jdk-21-lite-bin
provides = java-runtime-headless-openjdk=21 provides = java-runtime-headless-openjdk=21
provides = java-runtime=21 provides = java-runtime=21
provides = java-runtime-openjdk=21 provides = java-runtime-openjdk=21
provides = liberica-jdk-21-bin=21.0.6+10 provides = liberica-jdk-21-bin=21.0.7+9
provides = liberica-jre-21-bin=21.0.6+10 provides = liberica-jre-21-bin=21.0.7+9
backup = etc/liberica-jdk-21-lite/logging.properties backup = etc/liberica-jdk-21-lite/logging.properties
backup = etc/liberica-jdk-21-lite/management/jmxremote.access backup = etc/liberica-jdk-21-lite/management/jmxremote.access
backup = etc/liberica-jdk-21-lite/management/jmxremote.password.template backup = etc/liberica-jdk-21-lite/management/jmxremote.password.template
@ -30,7 +30,7 @@ pkgbase = liberica-jdk-21-lite-bin
backup = etc/liberica-jdk-21-lite/security/policy/unlimited/default_US_export.policy backup = etc/liberica-jdk-21-lite/security/policy/unlimited/default_US_export.policy
backup = etc/liberica-jdk-21-lite/security/policy/unlimited/default_local.policy backup = etc/liberica-jdk-21-lite/security/policy/unlimited/default_local.policy
backup = etc/liberica-jdk-21-lite/sound.properties backup = etc/liberica-jdk-21-lite/sound.properties
source_x86_64 = https://download.bell-sw.com/java/21.0.6+10/bellsoft-jdk21.0.6+10-linux-amd64-lite.tar.gz source_x86_64 = https://download.bell-sw.com/java/21.0.7+9/bellsoft-jdk21.0.7+9-linux-amd64-lite.tar.gz
sha1sums_x86_64 = ab11ec4cd4db6ccf659df1839b2ae85c5366de84 sha1sums_x86_64 = bdd15ff6e154196181cf5c07f7bb66a4e5d10c52
pkgname = liberica-jdk-21-lite-bin pkgname = liberica-jdk-21-lite-bin

View file

@ -7,7 +7,7 @@
_jdkname=liberica-jdk-21-lite _jdkname=liberica-jdk-21-lite
pkgname="${_jdkname}-bin" pkgname="${_jdkname}-bin"
_java_ver=21 _java_ver=21
pkgver=21.0.6+10 pkgver=21.0.7+9
pkgrel=1 pkgrel=1
pkgdesc='BellSoft builds of OpenJDK are fully certified and 100% open source Java Development Kits (JDKs) for all Java development and production workloads. Lite version has compressed modules.' pkgdesc='BellSoft builds of OpenJDK are fully certified and 100% open source Java Development Kits (JDKs) for all Java development and production workloads. Lite version has compressed modules.'
arch=(x86_64) arch=(x86_64)
@ -44,7 +44,7 @@ backup=(etc/${_jdkname}/logging.properties
source_x86_64=(https://download.bell-sw.com/java/$pkgver/bellsoft-jdk$pkgver-linux-amd64-lite.tar.gz) source_x86_64=(https://download.bell-sw.com/java/$pkgver/bellsoft-jdk$pkgver-linux-amd64-lite.tar.gz)
# Upstream-provided # Upstream-provided
sha1sums_x86_64=('ab11ec4cd4db6ccf659df1839b2ae85c5366de84') sha1sums_x86_64=('bdd15ff6e154196181cf5c07f7bb66a4e5d10c52')
_jvmdir="/usr/lib/jvm/${_jdkname}" _jvmdir="/usr/lib/jvm/${_jdkname}"