]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: Bump toolchain version
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 8 Aug 2025 14:28:42 +0000 (14:28 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 8 Aug 2025 15:04:07 +0000 (15:04 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 1b5fee28fa3aa98a6563cc61259408485d7e73d6..91ae5f682bcb04a30761a2cade011de9c535f05b 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -32,7 +32,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="20250430"
+TOOLCHAINVER="20250807"
 
 KVER_SUFFIX="-${SNAME}"