From af0f38a90bd3b2cb4227bf24f6666fc9a061bb6d Mon Sep 17 00:00:00 2001 From: drone Date: Sun, 9 Jun 2024 07:50:36 +0000 Subject: [PATCH] liberica-jdk-21-lite-bin: update to 21.0.3+12 [CI SKIP] --- liberica-jdk-21-lite-bin/.SRCINFO | 10 +++++----- liberica-jdk-21-lite-bin/PKGBUILD | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/liberica-jdk-21-lite-bin/.SRCINFO b/liberica-jdk-21-lite-bin/.SRCINFO index c9350de..11be49e 100644 --- a/liberica-jdk-21-lite-bin/.SRCINFO +++ b/liberica-jdk-21-lite-bin/.SRCINFO @@ -1,6 +1,6 @@ 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. - pkgver = 21.0.2+14 + pkgver = 21.0.3+12 pkgrel = 1 url = https://bell-sw.com/ 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=21 provides = java-runtime-openjdk=21 - provides = liberica-jdk-21-bin=21.0.2+14 - provides = liberica-jre-21-bin=21.0.2+14 + provides = liberica-jdk-21-bin=21.0.3+12 + provides = liberica-jre-21-bin=21.0.3+12 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.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_local.policy backup = etc/liberica-jdk-21-lite/sound.properties - source_x86_64 = https://download.bell-sw.com/java/21.0.2+14/bellsoft-jdk21.0.2+14-linux-amd64-lite.tar.gz - sha1sums_x86_64 = 5705e7c418de3bdb7870435e25da5d30f529632e + source_x86_64 = https://download.bell-sw.com/java/21.0.3+12/bellsoft-jdk21.0.3+12-linux-amd64-lite.tar.gz + sha1sums_x86_64 = 153aa68b9c015d9705a1d0f80811a7ded4d56e66 pkgname = liberica-jdk-21-lite-bin diff --git a/liberica-jdk-21-lite-bin/PKGBUILD b/liberica-jdk-21-lite-bin/PKGBUILD index 5eaf28a..607dbe0 100644 --- a/liberica-jdk-21-lite-bin/PKGBUILD +++ b/liberica-jdk-21-lite-bin/PKGBUILD @@ -7,7 +7,7 @@ _jdkname=liberica-jdk-21-lite pkgname="${_jdkname}-bin" _java_ver=21 -pkgver=21.0.2+14 +pkgver=21.0.3+12 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.' 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) # Upstream-provided -sha1sums_x86_64=('5705e7c418de3bdb7870435e25da5d30f529632e') +sha1sums_x86_64=('153aa68b9c015d9705a1d0f80811a7ded4d56e66') _jvmdir="/usr/lib/jvm/${_jdkname}"