# HG changeset patch # User Pascal Bellard # Date 1647192591 0 # Node ID 7aaca7142a16c605b4e49ccfdfe8332fb77d50d5 # Parent da39e47234a25d112ea8aebc2e411c9ed241a277 Up usbids (2022.02.23) diff -r da39e47234a2 -r 7aaca7142a16 usbids/receipt --- a/usbids/receipt Sun Mar 13 17:45:34 2022 +0100 +++ b/usbids/receipt Sun Mar 13 17:29:51 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="usbids" -VERSION="20211224" +VERSION="2022.02.23" CATEGORY="misc" SHORT_DESC="List of USB ID's." MAINTAINER="slaxemulator@gmail.com" @@ -15,10 +15,11 @@ HOST_ARCH="i486 arm" +# What is the latest version available today? current_version() { wget -O - http://www.linux-usb.org/usb.ids 2>/dev/null | \ - sed '/^# Version/!d;s|.*: ||;s|\.||g;q' + sed '/^# Version/!d;s|.*: ||;q' } # Rules to configure and make the package.