wok diff lha/receipt @ rev 25548
aaphoto: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 23 17:05:06 2023 +0000 (19 months ago) |
parents | 6c3718ca17b6 |
children | ab858238497c |
line diff
1.1 --- a/lha/receipt Sat Nov 09 17:34:23 2013 +0000 1.2 +++ b/lha/receipt Thu Mar 23 17:05:06 2023 +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 {