summaryrefslogtreecommitdiff
path: root/bin/clean-cache
diff options
context:
space:
mode:
Diffstat (limited to 'bin/clean-cache')
-rwxr-xr-xbin/clean-cache4
1 files changed, 3 insertions, 1 deletions
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$||' | \