]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - make.sh
make.sh: Bump toolchain date
[people/mfischer/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 939c2e44d21f6a30788ad7f279ba31e030992b78..5fb787d4377f986bdcc8068b544937bc81749423 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -38,7 +38,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=20210805
+TOOLCHAINVER=20220128
 
 # use multicore and max compression
 ZSTD_OPT="-T0 --ultra -22"