summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2022-07-25 10:56:06 +0100
committerJonathon Fernyhough2022-07-25 10:56:06 +0100
commit328eb4eb0d670f436cc01ebf6192cfb6424d0c1c (patch)
tree5e765891c2e4a4ffceaa61859b3fe05e8a5fb57c /PKGBUILD
parent0c5aa99dba4978e0616e18fbffe2d6f75baab14c (diff)
downloadaur-328eb4eb0d670f436cc01ebf6192cfb6424d0c1c.tar.gz
Upstream 18.0.2+10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cee0cab09d1..a5020ae77a5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_jdkname=liberica-jdk-full
pkgname="${_jdkname}-bin"
_java_ver=18
-pkgver=${_java_ver}.0.1.1+2
+pkgver=${_java_ver}.0.2.0+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. Full version includes OpenJFX.'
arch=(aarch64 armv7h armv8h x86_64)
@@ -68,10 +68,10 @@ source_armv8h=(${source_armv7h[@]})
source_x86_64=(https://download.bell-sw.com/java/$pkgver/bellsoft-jdk$pkgver-linux-amd64-full.tar.gz)
# Upstream-provided
-sha1sums_aarch64=('f4f0f2d6c9cee1b853fd6614449b2d87c80b1fda')
-sha1sums_armv7h=('e273a9d0e1e0893ff90ca127f49371ad2bb7b84b')
+sha1sums_aarch64=('69412a6df6c1fec520d7a57caafa95b6d229eadb')
+sha1sums_armv7h=('812f6e4fc4958ef44dbada5d4ab81943cecb1f9c')
sha1sums_armv8h=(${sha1sums_armv7h[@]})
-sha1sums_x86_64=('e4e1354b7a780ac1ac0a031b26ed39e8c99e9af7')
+sha1sums_x86_64=('bf34e8fa1e32f939dbb6179be51ed9e00a24e190')
_jvmdir="/usr/lib/jvm/${_jdkname}"