wok diff pciids/receipt @ rev 24998

Up rp-pppoe (3.15)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 16 10:11:22 2022 +0000 (2022-05-16)
parents 16aa2ac699ef
children
line diff
     1.1 --- a/pciids/receipt	Thu Dec 30 06:42:15 2021 +0100
     1.2 +++ b/pciids/receipt	Mon May 16 10:11:22 2022 +0000
     1.3 @@ -15,6 +15,13 @@
     1.4  
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - https://github.com/pciutils/pciids/commits/master 2>/dev/null | \
    1.10 +	sed '/Commits on/!d;s|.* on |"|;s|<.*|"|;q' | \
    1.11 +	LOCALE=C xargs busybox date +%Y%m%d -D "%b %d, %Y" -d
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {