summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbacteriostat2023-11-06 13:54:15 +0530
committerbacteriostat2023-11-06 13:54:15 +0530
commit4f851d36c918cff543e1260686f8687bb05b9af4 (patch)
treeeddefe45a8696cb4d6ae423194976439c7cbd1d1
parentabea7577b5dc11d49c50ff3a1e2cec2db5c99173 (diff)
downloadaur-4f851d36c918cff543e1260686f8687bb05b9af4.tar.gz
liberica-jdk-11-full-bin, liberica-jdk-17-full-bin: use variables instead of repeating checksum
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1089af1c9c81..a4ca4966d725 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,7 +53,7 @@ source_x86_64=(https://download.bell-sw.com/java/$_pkgver/bellsoft-jdk$_pkgver-l
# Upstream-provided: https://bell-sw.com/pages/downloads/
sha1sums_aarch64=('e15574795c85fb2c2a8ab8804f5c462073bcf3ac')
sha1sums_armv7h=('fb13f1ea1485ac6badcde1b0336f2adf50347d7e')
-sha1sums_armv8h=('fb13f1ea1485ac6badcde1b0336f2adf50347d7e')
+sha1sums_armv8h=(${sha1sums_armv7h[@]})
sha1sums_x86_64=('cb344fe8b7de1df4873f6385cc7ef4f9626130c3')
_jvmdir="/usr/lib/jvm/${_jdkname}"