]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
make.sh: Bump the toolchain version toolchain-20250808
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Aug 2025 13:35:47 +0000 (13:35 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Aug 2025 13:36:30 +0000 (13:36 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 91ae5f682bcb04a30761a2cade011de9c535f05b..5be14c07fcfc81b0e509a7ebbe3cf63f48897c4c 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="20250807"
+TOOLCHAINVER="20250814"
 
 KVER_SUFFIX="-${SNAME}"