cpufrequtils: fix version numbers

I had incremented the VER instead of PAK_VER

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2018-05-31 14:21:19 +02:00
parent e91d99c8eb
commit acb4100018

View File

@@ -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 = ""