]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
make.sh: Bump the toolchain version
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Aug 2024 17:01:41 +0000 (17:01 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Aug 2024 10:01:01 +0000 (10:01 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index c5936a67179b72142bf90149154b226027488f6e..1f2bb572be2cd3866682f08a40cb1cbf759ef53a 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -33,7 +33,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=20240521
+TOOLCHAINVER=20240802
 
 ###############################################################################
 #