wok diff usbids/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents 0b7b8e414545
children 0c0dd9573395
line diff
     1.1 --- a/usbids/receipt	Thu Dec 30 11:41:25 2021 +0000
     1.2 +++ b/usbids/receipt	Wed May 11 08:28:28 2022 -0400
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="usbids"
     1.7 -VERSION="20211224"
     1.8 +VERSION="2022.02.23"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="List of USB ID's."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -15,10 +15,11 @@
    1.13  
    1.14  HOST_ARCH="i486 arm"
    1.15  
    1.16 +# What is the latest version available today?
    1.17  current_version()
    1.18  {
    1.19  	wget -O - http://www.linux-usb.org/usb.ids 2>/dev/null | \
    1.20 -	sed '/^# Version/!d;s|.*: ||;s|\.||g;q'
    1.21 +	sed '/^# Version/!d;s|.*: ||;q'
    1.22  }
    1.23  
    1.24  # Rules to configure and make the package.