summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-07-15 16:30:00 +0100
committerJonathon Fernyhough2020-07-15 16:30:00 +0100
commit307c520449bcb2f8f974146074f36d071bb415b8 (patch)
tree4fdd6035f378a05b1864560d72908ce36c8cfb3e
parent543289f24b0197e5bdd4d9984d5a5fd94980b1c3 (diff)
downloadaur-307c520449bcb2f8f974146074f36d071bb415b8.tar.gz
Upstream 11.0.8+10
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD10
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 259577a803f8..fde00f487d77 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.7+10
+ pkgver = 11.0.8+10
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.7+10/bellsoft-jre11.0.7+10-linux-aarch64.tar.gz
- sha1sums_aarch64 = 413debd15fbc1d8dd66c0250ecf5d45b459b72b1
- source_armv7h = https://download.bell-sw.com/java/11.0.7+10/bellsoft-jre11.0.7+10-linux-arm32-vfp-hflt.tar.gz
- sha1sums_armv7h = 6ffefb4e273eae647d70139bde8e5bf59d37d887
- sha1sums_armv8h = 6ffefb4e273eae647d70139bde8e5bf59d37d887
- source_i686 = https://download.bell-sw.com/java/11.0.7+10/bellsoft-jre11.0.7+10-linux-i586.tar.gz
- sha1sums_i686 = 6f2f6945921990406894ebd844c9b0f15982e27d
- source_x86_64 = https://download.bell-sw.com/java/11.0.7+10/bellsoft-jre11.0.7+10-linux-amd64.tar.gz
- sha1sums_x86_64 = bbcdf371d25d0f3cdb6d0e204e55d5734dd344a8
+ 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
pkgname = liberica-jre-11-bin
diff --git a/PKGBUILD b/PKGBUILD
index 04725cb8190d..102d843b16bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_jdkname=liberica-jre-11
pkgname="${_jdkname}-bin"
_java_ver=11
-pkgver=11.0.7+10
+pkgver=11.0.8+10
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=(413debd15fbc1d8dd66c0250ecf5d45b459b72b1'')
-sha1sums_armv7h=('6ffefb4e273eae647d70139bde8e5bf59d37d887')
+sha1sums_aarch64=('ef44916bbfd2bdfe862e70585b5d7822df3e0e78')
+sha1sums_armv7h=('e9663dfd53358701b01381761d1426152f87e56e')
sha1sums_armv8h=(${sha1sums_armv7h[@]})
-sha1sums_i686=('6f2f6945921990406894ebd844c9b0f15982e27d')
-sha1sums_x86_64=('bbcdf371d25d0f3cdb6d0e204e55d5734dd344a8')
+sha1sums_i686=('c663344243cebda96b660219dd6497e555004331')
+sha1sums_x86_64=('0de9f81edeb58b36eb84605edb0bdfa89a20af0b')
_jvmdir="/usr/lib/jvm/${_jdkname}"