From 11c6186102c3b1f604d2fe9ea308fc69183e97a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 22 Aug 2022 19:53:32 +0000 Subject: [PATCH] netatalk: Actually increase PAK_VER after reverting previous patch MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit https://lists.ipfire.org/pipermail/development/2022-August/014283.html Reported-by: Michael Tremer Signed-off-by: Peter Müller --- lfs/netatalk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/netatalk b/lfs/netatalk index ef75c89fe6..e93dede981 100644 --- a/lfs/netatalk +++ b/lfs/netatalk @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2022 IPFire Team # # # # 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 # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = netatalk -PAK_VER = 3 +PAK_VER = 5 DEPS = avahi dbus -- 2.39.5