make.sh: Bump toolchain date

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-06-06 16:20:36 +01:00
committed by Arne Fitzenreiter
parent 9d5737f048
commit e701e24fb2

View File

@@ -37,7 +37,7 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
GIT_TAG=$(git tag | tail -1) # Git Tag
GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit
TOOLCHAINVER=20180213
TOOLCHAINVER=20180606
###############################################################################
#