2 Commits

Author SHA1 Message Date
fatalerrors
39a7e7b40f version bump 2026-03-05 11:56:15 +01:00
fatalerrors
6d5d872b71 add a missing fi 2026-03-05 11:49:10 +01:00
3 changed files with 6 additions and 2 deletions

View File

@@ -7,6 +7,9 @@ Current version from Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
------------------------------------------------------------------------------
Version history:
------------------------------------------------------------------------------
# 05/03/2026 v3.6.1
Fix a typo in compress.sh
# 05/03/2026 v3.6.0
Improved utaz to make it multiformat with lot of it
Introduced ppu and ppn

View File

@@ -261,7 +261,8 @@ utaz()
command -v ${cmd} >/dev/null 2>&1 || {
disp E "Binary ${cmd} necessary to extract ${f} is missing."
continue
}
}
fi
disp I "Processing archive ${f} with ${extractor}..."
mkdir -p "${dir}"

View File

@@ -1 +1 @@
3.6.0
3.6.1