wok-6.x diff php-auth-sasl/receipt @ rev 24764

afuse: fuse replaced by fuse2
author Hans-G?nter Theisgen
date Fri Mar 18 17:48:15 2022 +0100 (2022-03-18)
parents 563eb06bdb4a
children
line diff
     1.1 --- a/php-auth-sasl/receipt	Wed Apr 01 16:13:53 2020 +0100
     1.2 +++ b/php-auth-sasl/receipt	Fri Mar 18 17:48:15 2022 +0100
     1.3 @@ -15,6 +15,12 @@
     1.4  DEPENDS="php-pear"
     1.5  BUILD_DEPENDS="php-cli php-pear"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - https://pear.php.net/package/Auth_SASL 2>/dev/null | \
    1.10 +	sed '/released/!d;s|.*>\([0-9\.]*\)<.*|\1|'
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {