wok diff php-docs-en/receipt @ rev 24347

Up expat (2.4.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 02 09:41:22 2022 +0000 (2022-02-02)
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	Wed Feb 02 09:41:22 2022 +0000
     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  {