This one does not apply because there was never a version 2.0.5 in the tree. Where did that go? -Michael On Fri, 2015-07-31 at 15:37 +0200, fischerm42(a)t-online.de wrote: > From: Matthias Fischer > > Signed-off-by: Matthias Fischer > --- > lfs/daq | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lfs/daq b/lfs/daq > index 8f7c961..35f8241 100644 > --- a/lfs/daq > +++ b/lfs/daq > @@ -24,7 +24,7 @@ > > include Config > > -VER = 2.0.5 > +VER = 2.0.6 > > THISAPP = daq-$(VER) > DL_FILE = $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 75c00d23f9536bc8da419375f38222cb > +$(DL_FILE)_MD5 = 2cd6da422a72c129c685fc4bb848c24c > > install : $(TARGET) >