wok-current diff php-auth-sasl/receipt @ rev 25234
updated python-routes (2.4.1 -> 2.5.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 17:31:59 2022 +0100 (2022-07-13) |
parents | 563eb06bdb4a |
children | 5926178cd6fa |
line diff
1.1 --- a/php-auth-sasl/receipt Wed Apr 01 16:13:53 2020 +0100 1.2 +++ b/php-auth-sasl/receipt Wed Jul 13 17:31:59 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 {