wok-current diff enchant2/receipt @ rev 24219

updated perl-http-daemon (6.06 -> 6.12)
author Hans-G?nter Theisgen
date Fri Dec 31 16:39:43 2021 +0100 (2021-12-31)
parents 3b402e9083e1
children fd8dfbdbc24d
line diff
     1.1 --- a/enchant2/receipt	Mon Jan 27 09:19:20 2020 +0100
     1.2 +++ b/enchant2/receipt	Fri Dec 31 16:39:43 2021 +0100
     1.3 @@ -19,6 +19,12 @@
     1.4  
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
    1.10 +	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {