summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Scholz2021-11-06 10:39:59 +0100
committerChristoph Scholz2021-11-06 10:39:59 +0100
commitf5a82b60efe450d227e5de546c13d5134b756bfb (patch)
treecaf818e728b9d36396cf100df0ddd03530c65882 /PKGBUILD
parent72195e9a8215a45b5abd915249f095d67431dfe7 (diff)
downloadaur-f5a82b60efe450d227e5de546c13d5134b756bfb.tar.gz
fixed arm32 arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edbba5725668..ae3f2da7aa84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,9 +16,8 @@ depends=('java-runtime-common>=3' 'java-environment-common=3'
case "$CARCH" in
armv?h) _arch='aarch32hf'
- pkgver=11.0.12
- _build=11.50.19
- sha256sums=('d947879ce086631918fd420a5576bdec8e7183700fd50461ebf078a6d8611b5e')
+ _build=11.52.13
+ sha256sums=('55eefd0c9b5fb70953e082576d86399f6426158cf79f14301ab55c2975abed4b')
source=(${source:-"https://cdn.azul.com/zulu-embedded/bin/zulu${_build}-ca-jdk${pkgver}-linux_${_arch}.tar.gz"})
;;
aarch64) _arch='aarch64'