wok diff php-auth-sasl/receipt @ rev 25097

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 18 20:27:19 2022 +0000 (23 months ago)
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	Sat Jun 18 20:27:19 2022 +0000
     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  {