wok diff php-docs-en/receipt @ rev 24819
libnsl: add current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 23 09:20:46 2022 +0000 (2022-03-23) |
parents | 15650f5d595b |
children | e717a4953b0e |
line diff
1.1 --- a/php-docs-en/receipt Fri Sep 17 10:35:57 2021 +0000 1.2 +++ b/php-docs-en/receipt Wed Mar 23 09:20:46 2022 +0000 1.3 @@ -11,12 +11,6 @@ 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 {