summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-10-24 14:04:54 +0100
committerJonathon Fernyhough2020-10-24 14:04:54 +0100
commit2d93a94d94f93c10b3a5c557b813cd294ecdfb19 (patch)
treeac8e5b862be8b682b3817d28fd8fbdee75fb0d47 /PKGBUILD
parent307c520449bcb2f8f974146074f36d071bb415b8 (diff)
downloadaur-2d93a94d94f93c10b3a5c557b813cd294ecdfb19.tar.gz
Upstream 11.0.9+11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 102d843b16bb..a038bb855cf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_jdkname=liberica-jre-11
pkgname="${_jdkname}-bin"
_java_ver=11
-pkgver=11.0.8+10
+pkgver=11.0.9+11
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=('ef44916bbfd2bdfe862e70585b5d7822df3e0e78')
-sha1sums_armv7h=('e9663dfd53358701b01381761d1426152f87e56e')
+sha1sums_aarch64=('90cfb4603d1792fc9d008dae4870e4f12ea9618c')
+sha1sums_armv7h=('5aa95764a755b1efa6e1e75d5d4299298f9a9c21')
sha1sums_armv8h=(${sha1sums_armv7h[@]})
-sha1sums_i686=('c663344243cebda96b660219dd6497e555004331')
-sha1sums_x86_64=('0de9f81edeb58b36eb84605edb0bdfa89a20af0b')
+sha1sums_i686=('0b72f9835456d4c55788e03fe82b4216342dc0be')
+sha1sums_x86_64=('46fb19c605e006a2d088588978da9ca9eb8bbddc')
_jvmdir="/usr/lib/jvm/${_jdkname}"