From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] usbutils: update to 010 Date: Wed, 04 Jul 2018 17:48:07 +0100 Message-ID: <2978ffce9c559633cff952dcc2ea90151686232a.camel@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6031943757583716533==" List-Id: --===============6031943757583716533== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, this patch was missing a check of the rootfile. https://git.ipfire.org/?p=3Dipfire-2.x.git;a=3Dcommitdiff;h=3D9aefd1ed07eee= 7d83e5b274d4a83240811f9e091 Please run a clean build to make sure that there have been no changes. Best, -Michael On Sat, 2018-06-30 at 17:04 +0200, Peter M=C3=BCller wrote: > Signed-off-by: Peter M=C3=BCller > --- > lfs/usbutils | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/usbutils b/lfs/usbutils > index 51192e7e7..41494cf10 100644 > --- a/lfs/usbutils > +++ b/lfs/usbutils > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 007 > +VER =3D 010 > =20 > THISAPP =3D usbutils-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_MD5 =3D c9df5107ae9d26b10a1736a261250139 > +$(DL_FILE)_MD5 =3D 938e3707593974be99a0dd6d1de76671 > =20 > install : $(TARGET) > =20 --===============6031943757583716533==--