]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
make.sh: Bump toolchain version
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 15 Aug 2022 17:17:43 +0000 (17:17 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Sun, 11 Sep 2022 08:36:17 +0000 (08:36 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 0814dad1a222e0b033c8ef3496991149f483c2e6..b8e9d9867eae4f3932ac7792f06bf01f7559dea6 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -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=20220508
+TOOLCHAINVER=20220808
 
 # use multicore and max compression
 ZSTD_OPT="-T0 --ultra -22"