summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2022-01-21 21:16:30 +0000
committerJonathon Fernyhough2022-01-21 21:16:30 +0000
commitd321622c269bf0f4a5149881abf74d79bc3aadda (patch)
tree41daa188b7becf39d21092bc95fbaaee26b8e18b /PKGBUILD
parent2fd58d41cf4c4b8217c76d7a73c59a036b3bf503 (diff)
downloadaur-d321622c269bf0f4a5149881abf74d79bc3aadda.tar.gz
Upstream 11.0.14+9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e0fe491f183..b15149832a2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_jdkname=liberica-jre-11
pkgname="${_jdkname}-bin"
_java_ver=11
-pkgver=11.0.13+8
+pkgver=11.0.14+8
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.'
arch=(aarch64 armv7h armv8h i686 x86_64)
@@ -46,11 +46,11 @@ source_i686=(https://download.bell-sw.com/java/$pkgver/bellsoft-jre$pkgver-linux
source_x86_64=(https://download.bell-sw.com/java/$pkgver/bellsoft-jre$pkgver-linux-amd64.tar.gz)
# Upstream-provided
-sha1sums_aarch64=('c384ee0b81448b930cb1121e998ea28f8ff77971')
-sha1sums_armv7h=('3dec15f011e9b0f73ebed3124b6ea266024af5ab')
+sha1sums_aarch64=('2d4f4a17f8a972b61e991ef1324f4f5f4cf8ee3d')
+sha1sums_armv7h=('7b428746d814b261ce33c439ca673dfaa3a628db')
sha1sums_armv8h=(${sha1sums_armv7h[@]})
-sha1sums_i686=('45ff4a1f7dc41f0eba13da709de66c569e3a826e')
-sha1sums_x86_64=('2fcced930b5456ddc50843a8d35d9cec54dee2bf')
+sha1sums_i686=('f56d1117be3bd0f2b8fb5ba8c7b9eda6335e925f')
+sha1sums_x86_64=('f8e2b7b2c34f710aa64cc39069591bf49d84e9c8')
_jvmdir="/usr/lib/jvm/${_jdkname}"