wok-6.x diff lha/receipt @ rev 25041
Up fatattr (1.0.1), puzzles (20220128)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 27 17:15:46 2022 +0000 (2022-05-27) |
parents | 6c3718ca17b6 |
children |
line diff
1.1 --- a/lha/receipt Sat Nov 09 17:34:23 2013 +0000 1.2 +++ b/lha/receipt Fri May 27 17:15:46 2022 +0000 1.3 @@ -10,6 +10,13 @@ 1.4 WEB_SITE="http://$PACKAGE.sourceforge.jp/" 1.5 WGET_URL="http://osdn.dl.sourceforge.jp/$PACKAGE/22231/$TARBALL" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://github.com/jca02266/lha/tags 2>/dev/null | \ 1.11 + sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {