From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: Re: [PATCH] Update: hostapd to 2.5 Date: Tue, 19 Apr 2016 16:28:24 +0200 Message-ID: <8363c52f7e6b025493fb011a022eb235@mail01.ipfire.org> In-Reply-To: <1460989418-21523-1-git-send-email-sascha@sakisoft.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3198092746205293705==" List-Id: --===============3198092746205293705== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit PAK_VER must be incremeted to ensure that pakfire will spread the new version. Arne On 2016-04-18 16:23, Sascha Kilian wrote: > Signed-off-by: Sascha Kilian > --- > lfs/hostapd | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lfs/hostapd b/lfs/hostapd > index f393d91..5d932bb 100644 > --- a/lfs/hostapd > +++ b/lfs/hostapd > @@ -24,7 +24,7 @@ > > include Config > > -VER = 2.4 > +VER = 2.5 > > THISAPP = hostapd-$(VER) > DL_FILE = $(THISAPP).tar.gz > @@ -44,7 +44,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 04578f3f2c3eb1bec1adf30473813912 > +$(DL_FILE)_MD5 = 69f9cec3f76d74f402864a43e4f8624f > > install : $(TARGET) --===============3198092746205293705==--