Skip to content

Commit

Permalink
scripts: add .tar.zst to dl_cleanup extensions
Browse files Browse the repository at this point in the history
Signed-off-by: Stijn Tintel <[email protected]>
  • Loading branch information
stintel committed Apr 6, 2024
1 parent f2fabf7 commit 7f85104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dl_cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def parseVer_GIT(match, filepath):
".tar.gz",
".tar.bz2",
".tar.xz",
".tar.zst",
".orig.tar.gz",
".orig.tar.bz2",
".orig.tar.xz",
Expand Down

0 comments on commit 7f85104

Please sign in to comment.