summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2022-04-26 13:12:09 +0100
committerJonathon Fernyhough2022-04-26 13:12:09 +0100
commit9734f05e443e4f5a90761ccd57653421c2c5bcd0 (patch)
tree3098a0f59d0783afe8013ce2caf93eb335e0b7cb
parentd321622c269bf0f4a5149881abf74d79bc3aadda (diff)
downloadaur-9734f05e443e4f5a90761ccd57653421c2c5bcd0.tar.gz
Upstream 11.0.15+10
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD10
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9f76a82afa2..aa58dc375ba9 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.14+8
+ pkgver = 11.0.15+10
pkgrel = 1
url = https://bell-sw.com/
install = liberica-jre-11.install
@@ -38,14 +38,14 @@ 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.14+8/bellsoft-jre11.0.14+8-linux-aarch64.tar.gz
- sha1sums_aarch64 = 2d4f4a17f8a972b61e991ef1324f4f5f4cf8ee3d
- source_armv7h = https://download.bell-sw.com/java/11.0.14+8/bellsoft-jre11.0.14+8-linux-arm32-vfp-hflt.tar.gz
- sha1sums_armv7h = 7b428746d814b261ce33c439ca673dfaa3a628db
- sha1sums_armv8h = 7b428746d814b261ce33c439ca673dfaa3a628db
- source_i686 = https://download.bell-sw.com/java/11.0.14+8/bellsoft-jre11.0.14+8-linux-i586.tar.gz
- sha1sums_i686 = f56d1117be3bd0f2b8fb5ba8c7b9eda6335e925f
- source_x86_64 = https://download.bell-sw.com/java/11.0.14+8/bellsoft-jre11.0.14+8-linux-amd64.tar.gz
- sha1sums_x86_64 = f8e2b7b2c34f710aa64cc39069591bf49d84e9c8
+ source_aarch64 = https://download.bell-sw.com/java/11.0.15+10/bellsoft-jre11.0.15+10-linux-aarch64.tar.gz
+ sha1sums_aarch64 = 42c02db0d8353d889f3e87236c59ec763c528f86
+ source_armv7h = https://download.bell-sw.com/java/11.0.15+10/bellsoft-jre11.0.15+10-linux-arm32-vfp-hflt.tar.gz
+ sha1sums_armv7h = 574ec1b54eabb4c33cf621284d3d37868bc36250
+ sha1sums_armv8h = 574ec1b54eabb4c33cf621284d3d37868bc36250
+ source_i686 = https://download.bell-sw.com/java/11.0.15+10/bellsoft-jre11.0.15+10-linux-i586.tar.gz
+ sha1sums_i686 = 7246df68bd5365f01a02b13a8d8bf9dd5c9f9305
+ source_x86_64 = https://download.bell-sw.com/java/11.0.15+10/bellsoft-jre11.0.15+10-linux-amd64.tar.gz
+ sha1sums_x86_64 = a0cae6e964f67497840344c64614f13e530c43c8
pkgname = liberica-jre-11-bin
diff --git a/PKGBUILD b/PKGBUILD
index b15149832a2d..a41ede9f9b15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_jdkname=liberica-jre-11
pkgname="${_jdkname}-bin"
_java_ver=11
-pkgver=11.0.14+8
+pkgver=11.0.15+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=('2d4f4a17f8a972b61e991ef1324f4f5f4cf8ee3d')
-sha1sums_armv7h=('7b428746d814b261ce33c439ca673dfaa3a628db')
+sha1sums_aarch64=('42c02db0d8353d889f3e87236c59ec763c528f86')
+sha1sums_armv7h=('574ec1b54eabb4c33cf621284d3d37868bc36250')
sha1sums_armv8h=(${sha1sums_armv7h[@]})
-sha1sums_i686=('f56d1117be3bd0f2b8fb5ba8c7b9eda6335e925f')
-sha1sums_x86_64=('f8e2b7b2c34f710aa64cc39069591bf49d84e9c8')
+sha1sums_i686=('7246df68bd5365f01a02b13a8d8bf9dd5c9f9305')
+sha1sums_x86_64=('a0cae6e964f67497840344c64614f13e530c43c8')
_jvmdir="/usr/lib/jvm/${_jdkname}"