]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: Bump the toolchain version
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 23 May 2024 17:38:26 +0000 (17:38 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 24 May 2024 05:14:36 +0000 (07:14 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index eb4ca25295c5089bb04a6c00c9c19450879e6d0d..7b99ea11a4a6f7e116288b0401de32a0a45c16eb 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=20240210
+TOOLCHAINVER=20240521
 
 # use multicore and max compression
 ZSTD_OPT="-T0 --ultra -22"