wok rev 24698

Up usbids (2022.02.23)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 13 17:29:51 2022 +0000 (2022-03-13)
parents da39e47234a2
children 1a39a3d55d0e
files usbids/receipt
line diff
     1.1 --- a/usbids/receipt	Sun Mar 13 17:45:34 2022 +0100
     1.2 +++ b/usbids/receipt	Sun Mar 13 17:29:51 2022 +0000
     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.