wok diff php-docs-en/receipt @ rev 24312
updated unison (2.51.4 -> 2.51.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 20 17:20:42 2022 +0100 (2022-01-20) |
parents | bcea19bfa7af |
children | 076f424196b2 |
line diff
1.1 --- a/php-docs-en/receipt Wed Apr 01 15:23:29 2020 +0100 1.2 +++ b/php-docs-en/receipt Thu Jan 20 17:20:42 2022 +0100 1.3 @@ -11,6 +11,12 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="http://www.php.net/distributions/manual/php_manual_en.tar.gz" 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 gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 {