wok-current diff pciids/receipt @ rev 24455
updated gnustep-make (2.7.0 -> 2.9.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 16 09:08:33 2022 +0100 (2022-02-16) |
parents | 16aa2ac699ef |
children | 5926178cd6fa |
line diff
1.1 --- a/pciids/receipt Thu Dec 30 06:42:15 2021 +0100 1.2 +++ b/pciids/receipt Wed Feb 16 09:08:33 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 {