wok diff pciids/receipt @ rev 25697

dool: reduced size of package
author Hans-G?nter Theisgen
date Sun May 12 07:10:04 2024 +0100 (3 weeks ago)
parents 16aa2ac699ef
children
line diff
     1.1 --- a/pciids/receipt	Thu Dec 30 06:42:15 2021 +0100
     1.2 +++ b/pciids/receipt	Sun May 12 07:10:04 2024 +0100
     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  {