summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-10-24 14:04:54 +0100
committerJonathon Fernyhough2020-10-24 14:04:54 +0100
commit2d93a94d94f93c10b3a5c557b813cd294ecdfb19 (patch)
treeac8e5b862be8b682b3817d28fd8fbdee75fb0d47
parent307c520449bcb2f8f974146074f36d071bb415b8 (diff)
downloadaur-2d93a94d94f93c10b3a5c557b813cd294ecdfb19.tar.gz
Upstream 11.0.9+11
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD10
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fde00f487d77..5560359d4c95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = liberica-jre-11-bin
pkgdesc = BellSoft builds of OpenJDK are fully certified and 100% open source Java Development Kits (JDKs) for all Java development and production workloads.
- pkgver = 11.0.8+10
+ pkgver = 11.0.9+11
pkgrel = 1
url = https://bell-sw.com/
install = liberica-jre-11.install
@@ -38,15 +38,15 @@ pkgbase = liberica-jre-11-bin
backup = etc/liberica-jre-11/security/policy/unlimited/default_US_export.policy
backup = etc/liberica-jre-11/security/policy/unlimited/default_local.policy
backup = etc/liberica-jre-11/sound.properties
- source_aarch64 = https://download.bell-sw.com/java/11.0.8+10/bellsoft-jre11.0.8+10-linux-aarch64.tar.gz
- sha1sums_aarch64 = ef44916bbfd2bdfe862e70585b5d7822df3e0e78
- source_armv7h = https://download.bell-sw.com/java/11.0.8+10/bellsoft-jre11.0.8+10-linux-arm32-vfp-hflt.tar.gz
- sha1sums_armv7h = e9663dfd53358701b01381761d1426152f87e56e
- sha1sums_armv8h = e9663dfd53358701b01381761d1426152f87e56e
- source_i686 = https://download.bell-sw.com/java/11.0.8+10/bellsoft-jre11.0.8+10-linux-i586.tar.gz
- sha1sums_i686 = c663344243cebda96b660219dd6497e555004331
- source_x86_64 = https://download.bell-sw.com/java/11.0.8+10/bellsoft-jre11.0.8+10-linux-amd64.tar.gz
- sha1sums_x86_64 = 0de9f81edeb58b36eb84605edb0bdfa89a20af0b
+ source_aarch64 = https://download.bell-sw.com/java/11.0.9+11/bellsoft-jre11.0.9+11-linux-aarch64.tar.gz
+ sha1sums_aarch64 = 90cfb4603d1792fc9d008dae4870e4f12ea9618c
+ source_armv7h = https://download.bell-sw.com/java/11.0.9+11/bellsoft-jre11.0.9+11-linux-arm32-vfp-hflt.tar.gz
+ sha1sums_armv7h = 5aa95764a755b1efa6e1e75d5d4299298f9a9c21
+ sha1sums_armv8h = 5aa95764a755b1efa6e1e75d5d4299298f9a9c21
+ source_i686 = https://download.bell-sw.com/java/11.0.9+11/bellsoft-jre11.0.9+11-linux-i586.tar.gz
+ sha1sums_i686 = 0b72f9835456d4c55788e03fe82b4216342dc0be
+ source_x86_64 = https://download.bell-sw.com/java/11.0.9+11/bellsoft-jre11.0.9+11-linux-amd64.tar.gz
+ sha1sums_x86_64 = 46fb19c605e006a2d088588978da9ca9eb8bbddc
pkgname = liberica-jre-11-bin
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}"