]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh bump toolchain version
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 6 Dec 2023 10:06:26 +0000 (11:06 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 6 Dec 2023 10:06:26 +0000 (11:06 +0100)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 0559005576456c0fdc9c0894a2d5e3763abd92bf..06e09c9a3e943eb16f678e29239351992ff47275 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=20230731
+TOOLCHAINVER=20231206
 
 # use multicore and max compression
 ZSTD_OPT="-T0 --ultra -22"