usbutils: update to 010

Message ID cf744d8b-b4d7-c7b6-8af1-361ea9ac97ee@link38.eu
State Accepted
Commit b07b1bef22eae7038e7d0fcba0bfd53813f85258
Headers
Series usbutils: update to 010 |

Commit Message

Peter Müller July 1, 2018, 1:04 a.m. UTC
  Signed-off-by: Peter Müller <peter.mueller@link38.eu>
---
 lfs/usbutils | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Michael Tremer July 5, 2018, 2:48 a.m. UTC | #1
Hello,

this patch was missing a check of the rootfile.

  https://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff;h=9aefd1ed07eee7d83e5b274d4a83240811f9e091

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üller wrote:
> Signed-off-by: Peter Müller <peter.mueller@link38.eu>
> ---
>  lfs/usbutils | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/usbutils b/lfs/usbutils
> index 51192e7e7..41494cf10 100644
> --- a/lfs/usbutils
> +++ b/lfs/usbutils
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 007
> +VER        = 010
>  
>  THISAPP    = usbutils-$(VER)
>  DL_FILE    = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = c9df5107ae9d26b10a1736a261250139
> +$(DL_FILE)_MD5 = 938e3707593974be99a0dd6d1de76671
>  
>  install : $(TARGET)
>
  

Patch

diff --git a/lfs/usbutils b/lfs/usbutils
index 51192e7e7..41494cf10 100644
--- a/lfs/usbutils
+++ b/lfs/usbutils
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 007
+VER        = 010
 
 THISAPP    = usbutils-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = c9df5107ae9d26b10a1736a261250139
+$(DL_FILE)_MD5 = 938e3707593974be99a0dd6d1de76671
 
 install : $(TARGET)