From 7f85104ebb92f8a47868fa61ea952b802079e7be Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Sat, 6 Apr 2024 17:02:28 +0300 Subject: [PATCH] scripts: add .tar.zst to dl_cleanup extensions Signed-off-by: Stijn Tintel --- scripts/dl_cleanup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dl_cleanup.py b/scripts/dl_cleanup.py index cdbcb83f20..6d4f96c9d8 100755 --- a/scripts/dl_cleanup.py +++ b/scripts/dl_cleanup.py @@ -100,6 +100,7 @@ extensions = ( ".tar.gz", ".tar.bz2", ".tar.xz", + ".tar.zst", ".orig.tar.gz", ".orig.tar.bz2", ".orig.tar.xz", -- 2.30.2