From acb41000189b667324ab601f30a97f506c461f72 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 31 May 2018 14:21:19 +0200 Subject: [PATCH] cpufrequtils: fix version numbers I had incremented the VER instead of PAK_VER Signed-off-by: Arne Fitzenreiter --- lfs/cpufrequtils | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/cpufrequtils b/lfs/cpufrequtils index 54d9347ef5..3b4c961282 100644 --- a/lfs/cpufrequtils +++ b/lfs/cpufrequtils @@ -24,7 +24,7 @@ include Config -VER = 009 +VER = 008 THISAPP = cpufrequtils-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 i586 PROG = cpufrequtils -PAK_VER = 7 +PAK_VER = 8 DEPS = "" -- 2.39.5