PAK_VER must be incremeted to ensure that pakfire will spread the new version.
Arne
On 2016-04-18 16:23, Sascha Kilian wrote:
Signed-off-by: Sascha Kilian sascha@sakisoft.de
lfs/hostapd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/hostapd b/lfs/hostapd index f393d91..5d932bb 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -24,7 +24,7 @@
include Config
-VER = 2.4 +VER = 2.5
THISAPP = hostapd-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 04578f3f2c3eb1bec1adf30473813912 +$(DL_FILE)_MD5 = 69f9cec3f76d74f402864a43e4f8624f
install : $(TARGET)