wok-current diff pciids/receipt @ rev 24381
updated blktrace (1.2.0 -> 1.3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 06 10:30:31 2022 +0100 (2022-02-06) |
parents | 16aa2ac699ef |
children | 5926178cd6fa |
line diff
1.1 --- a/pciids/receipt Thu Dec 30 06:42:15 2021 +0100 1.2 +++ b/pciids/receipt Sun Feb 06 10:30:31 2022 +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 {