wok-current diff lha/receipt @ rev 25449

BootProg/boot32.asm: floppy chs support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 12 16:35:46 2022 +0000 (2022-09-12)
parents 6c3718ca17b6
children
line diff
     1.1 --- a/lha/receipt	Sat Nov 09 17:34:23 2013 +0000
     1.2 +++ b/lha/receipt	Mon Sep 12 16:35: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  {