make.sh: Bump toolchain version

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Michael Tremer
2023-06-22 15:57:34 +00:00
committed by Peter Müller
parent 16c047b785
commit 4c792a73df

View File

@@ -35,7 +35,7 @@ GIT_BRANCH="$(git rev-parse --abbrev-ref HEAD)" # Git Branch
GIT_TAG="$(git tag | tail -1)" # Git Tag
GIT_LASTCOMMIT="$(git rev-parse --verify HEAD)" # Last commit
TOOLCHAINVER=20230210
TOOLCHAINVER=20230620
# use multicore and max compression
ZSTD_OPT="-T0 --ultra -22"