]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
make.sh: Bump toolchain version toolchain-20250807
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Aug 2025 09:45:57 +0000 (09:45 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 8 Aug 2025 14:26:41 +0000 (14:26 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index c3de610b9b300537fd6d2a3f71eea17642117c03..19d86cc12b4ca66f9ae4b3d9785b4da46bfe7fdd 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}"