summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 197c34ef86e9..ead058b7ad5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_jdkname=liberica-jdk-11-full
pkgname="${_jdkname}-bin"
_java_ver=11
-pkgver=11.0.9+12
+pkgver=11.0.9.1+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. Full version includes OpenJFX.'
arch=(aarch64 armv7h armv8h x86_64)
@@ -49,10 +49,10 @@ source_armv8h=(${source_armv7h[@]})
source_x86_64=(https://download.bell-sw.com/java/$pkgver/bellsoft-jdk$pkgver-linux-amd64-full.tar.gz)
# Upstream-provided
-sha1sums_aarch64=('76fb171c7c75cb042ad01c6adba67564a7ece428')
-sha1sums_armv7h=('88b6f5d6ddf5b539d38c88215f80c0d28374ef6e')
+sha1sums_aarch64=('406b127d452fc8cee3e73a9426313a87daa28132')
+sha1sums_armv7h=('fdef23b0b800781fc340588837951a0428f78ffa')
sha1sums_armv8h=(${sha1sums_armv7h[@]})
-sha1sums_x86_64=('06dc34486fd615fed204adc7b91f6c1efb4e09f0')
+sha1sums_x86_64=('6506a8194d28cf391ec35e8ea6d08c953332c40f')
_jvmdir="/usr/lib/jvm/${_jdkname}"