wok-current diff stm8flash/receipt @ rev 25707
Fix miss file need for grub2-efi install (kernel.img, modinfo.sh)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu May 30 20:14:23 2024 +0000 (8 months ago) |
parents | 4475b80d02a6 |
children |
line diff
1.1 --- a/stm8flash/receipt Thu Aug 24 02:43:00 2017 +0200 1.2 +++ b/stm8flash/receipt Thu May 30 20:14:23 2024 +0000 1.3 @@ -12,6 +12,13 @@ 1.4 WEB_SITE="https://github.com/vdudouyt/stm8flash" 1.5 WGET_URL="$WEB_SITE/archive/$TARBALL" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - $WEB_SITE/commits/master 2>/dev/null | \ 1.11 + sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d 1.12 +} 1.13 + 1.14 DEPENDS="libusb" 1.15 BUILD_DEPENDS="libusb-dev" 1.16