Signed-off-by: Marcel Lorenz marcel.lorenz@ipfire.org --- lfs/xtables-addons | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/xtables-addons b/lfs/xtables-addons index e2d9c6f..91f44bb 100644 --- a/lfs/xtables-addons +++ b/lfs/xtables-addons @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2014 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2016 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -27,7 +27,7 @@ include Config VERSUFIX = ipfire$(KCFG) MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/extra/
-VER = 2.6 +VER = 2.10
THISAPP = xtables-addons-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 087835ba7e564481b6fd398692268340 +$(DL_FILE)_MD5 = 727bf0dd4a3d9c65724267bd0d5d80b0
install : $(TARGET)