wok-current diff pciids/receipt @ rev 24229
updated perl-ipc-run (20180523.0 -> 20200505.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 02 06:42:11 2022 +0100 (2022-01-02) |
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 Jan 02 06:42:11 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 {