wok diff lzip/receipt @ rev 25604

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 18 17:30:47 2023 +0000 (16 months ago)
parents fbe88431f963
children 1e09c4c56491
line diff
     1.1 --- a/lzip/receipt	Sat Jul 30 08:30:06 2022 +0000
     1.2 +++ b/lzip/receipt	Tue Jul 18 17:30:47 2023 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  current_version()
     1.5  {
     1.6  	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
     1.7 -	sed '/>lzip-/!d;/tar/d;s|.*lzip-||;s|.tar.*||' | sed '$!d'
     1.8 +	sed '/>lzip-/!d;/tar/!d;s|.*lzip-||;s|.tar.*||' | sort -Vr | sed q
     1.9  }
    1.10  
    1.11  # Rules to configure and make the package.