wok diff lzip/receipt @ rev 24122

updated xfig again (3.2.5b -> 3.2.8b)
author Hans-G?nter Theisgen
date Tue Oct 05 17:12:25 2021 +0100 (2021-10-05)
parents 4baf58c71390
children 1c75fb23b954
line diff
     1.1 --- a/lzip/receipt	Sun Apr 07 18:18:45 2019 +0200
     1.2 +++ b/lzip/receipt	Tue Oct 05 17:12:25 2021 +0100
     1.3 @@ -13,6 +13,12 @@
     1.4  
     1.5  DEPENDS="gcc-lib-base"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    1.10 +	sed '/>lzip-/!d;s|.*lzip-||;s|.tar.*||' | sed '$!d'
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {