wok diff lha/receipt @ rev 24943

BootProg: clear cmdline (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 20 16:57:09 2022 +0000 (2022-04-20)
parents 6c3718ca17b6
children ab858238497c
line diff
     1.1 --- a/lha/receipt	Sat Nov 09 17:34:23 2013 +0000
     1.2 +++ b/lha/receipt	Wed Apr 20 16:57:09 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  {