wok diff tp_smapi64/receipt @ rev 24871
updated lxtask (0.1.9 -> 0.1.10)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 31 07:21:32 2022 +0100 (2022-03-31) |
parents | f2bea3663690 |
children | 3e075bf0378a |
line diff
1.1 --- a/tp_smapi64/receipt Fri Mar 09 18:10:50 2018 +0100 1.2 +++ b/tp_smapi64/receipt Thu Mar 31 07:21:32 2022 +0100 1.3 @@ -18,6 +18,13 @@ 1.4 # Aufs enable chroot 1.5 AUFS_NOT_RAMFS="uclibc-cross-compiler-x86_64 is not compatible with aufs+tmpfs 8(" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - $WEB_SITE/releases 2>/dev/null | \ 1.11 + sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {