From 9009a5fec52c5820fc90a68317bcc29cdbb42da1 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 3 Jan 2020 13:26:28 +0100 Subject: learn to handle zst, too --- bin/clean-cache | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/clean-cache') diff --git a/bin/clean-cache b/bin/clean-cache index 41d0df8..2ed8c58 100755 --- a/bin/clean-cache +++ b/bin/clean-cache @@ -56,7 +56,9 @@ find "${tmp_dir}" -type f -name desc \ while read -r s; do printf '%s%s\n' \ "${s}" '-i686.pkg.tar.xz' \ - "${s}" '-any.pkg.tar.xz' + "${s}" '-any.pkg.tar.xz' \ + "${s}" '-i686.pkg.tar.zst' \ + "${s}" '-any.pkg.tar.zst' done | \ sha256sum -c --ignore-missing --quiet 2> /dev/null | \ sed 's|: FAILED$||' | \ -- cgit v1.2.3