summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afbc8d0abafb..12a7b24fd0fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,6 @@ pkgver() {
}
prepare() {
- msg2 "Validating checksum..."
_sha=$(curl -s https://download.redisinsight.redis.com/latest/latest-linux.yml | yq -r '.sha512' | base64 -d | od -t x1 -An | tr -d ' \n')
echo "${_sha} ${pkgname}-${pkgver}.AppImage" > csum.txt
sha512sum -c csum.txt