Fix .deb unarchive algorithm (#5931)

* Add files via upload

* Add exception switch back

* Bump version
This commit is contained in:
supechicken
2021-07-07 21:31:50 +08:00
committed by GitHub
parent 4706deee86
commit d20067a1c6
2 changed files with 13 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Defines common constants used in different parts of crew
CREW_VERSION = '1.11.5'
CREW_VERSION = '1.11.6'
ARCH_ACTUAL = `uname -m`.strip
# This helps with virtualized builds on aarch64 machines