make.sh: update IPFire and Toolchain verion

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2020-01-11 14:15:45 +01:00
parent 62a1f5199c
commit 2f767b7b21
2 changed files with 4 additions and 2 deletions

View File

@@ -5,6 +5,8 @@ var/ipfire/langs
etc/rc.d/init.d/networking/red.up/06-safe-search
etc/rc.d/init.d/unbound
etc/rc.d/init.d/suricata
opt/pakfire/etc/pakfire.conf
opt/pakfire/lib/functions.pl
srv/web/ipfire/cgi-bin/ids.cgi
usr/sbin/convert-snort
usr/sbin/setup

View File

@@ -25,7 +25,7 @@
NAME="IPFire" # Software name
SNAME="ipfire" # Short name
# If you update the version don't forget to update backupiso and add it to core update
VERSION="2.23" # Version number
VERSION="2.25" # Version number
CORE="140" # Core Level (Filename)
PAKFIRE_CORE="139" # Core Level (PAKFIRE)
GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch
@@ -38,7 +38,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=20190814
TOOLCHAINVER=20200108
###############################################################################
#