This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via acb41000189b667324ab601f30a97f506c461f72 (commit) from e91d99c8eb934ba6f657952d9a867e6d5d7b16da (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit acb41000189b667324ab601f30a97f506c461f72 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu May 31 14:21:19 2018 +0200
cpufrequtils: fix version numbers
I had incremented the VER instead of PAK_VER
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/cpufrequtils | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/lfs/cpufrequtils b/lfs/cpufrequtils index 54d9347ef..3b4c96128 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 = ""
hooks/post-receive -- IPFire 2.x development tree