Update package version to 21.0.11+10

This commit is contained in:
2026-06-22 11:15:28 +03:00
parent 8e2152ab61
commit b97048e571
2 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: openjdk-21
description: OpenJDK Java 21
version: 21.0.9+4
version: 21.0.11+10
revision: 6
url: https://openjdk.org/
license: GPL2-only WITH Classpath-exception-2.0
@@ -47,4 +47,4 @@ downloads:
- url: https://github.com/openjdk/jdk${BPM_PKG_VERSION%%.*}u/archive/jdk-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: a34604596394d879a6a64d2c2e5535e0844d29db36fec204689d95533e537754
checksum: 18edf62aa95c99325725475c0ad5621d8de61f4c84fdb8d2b7efd015a6de8e42
+4 -1
View File
@@ -11,6 +11,9 @@ build() {
bash configure --enable-unlimited-crypto \
--disable-warnings-as-errors \
--with-extra-cflags="$CFLAGS" \
--with-extra-cxxflags="$CXXFLAGS" \
--with-extra-ldflags="$LDFLAGS" \
--with-stdc++lib=dynamic \
--with-giflib=system \
--with-harfbuzz=system \
@@ -34,7 +37,7 @@ package() {
chown -R root:root "$BPM_OUTPUT"/usr/lib/java/openjdk-${BPM_PKG_VERSION%%.*}
# Symlink cacerts
ln -sf /etc/pki/tls/java/cacerts "$BPM_OUTPUT"/usr/lib/java/openjdk-${BPM_PKG_VERSION%%.*}/lib/security/cacerts
ln -sf /etc/ssl/certs/java/cacerts "$BPM_OUTPUT"/usr/lib/java/openjdk-${BPM_PKG_VERSION%%.*}/lib/security/cacerts
# Install icons
for size in 16 24 32 48; do