daq: Update to 2.0.6
Message ID | 1438349867-1446-1-git-send-email-fischerm42@t-online.de |
---|---|
State | Accepted |
Commit | 2b1af3e9eef690971445b4261ee7030ca2a2a48d |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.tremer.info [172.28.1.200]) by septima.ipfire.org (Postfix) with ESMTP id 4295961246 for <patchwork@ipfire.org>; Fri, 31 Jul 2015 15:37:49 +0200 (CEST) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 033BB21AD; Fri, 31 Jul 2015 15:37:49 +0200 (CEST) Received: from Devel.localdomain (p578D14B3.dip0.t-ipconnect.de [87.141.20.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 09380211F; Fri, 31 Jul 2015 15:37:48 +0200 (CEST) From: fischerm42@t-online.de To: development@lists.ipfire.org Subject: [PATCH] daq: Update to 2.0.6 Date: Fri, 31 Jul 2015 15:37:47 +0200 Message-Id: <1438349867-1446-1-git-send-email-fischerm42@t-online.de> X-Mailer: git-send-email 2.5.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Matthias Fischer
July 31, 2015, 11:37 p.m. UTC
From: Matthias Fischer <fischerm42@t-online.de> Signed-off-by: Matthias Fischer <fischerm42@t-online.de> --- lfs/daq | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Comments
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@t-online.de wrote: > From: Matthias Fischer <fischerm42@t-online.de> > > Signed-off-by: Matthias Fischer <fischerm42@t-online.de> > --- > 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) >