wok-6.x diff php-docs-en/receipt @ rev 23806
linld: add isoboot
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 24 16:16:52 2020 +0000 (2020-05-24) |
parents | b10d41313e54 |
children | 15650f5d595b |
line diff
1.1 --- a/php-docs-en/receipt Fri Mar 20 15:21:15 2020 +0100 1.2 +++ b/php-docs-en/receipt Sun May 24 16:16:52 2020 +0000 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="php-docs-en" 1.7 -VERSION="7.3.16" 1.8 +VERSION="7.4.4" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Set of HTML documentation for PHP.(English version)" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="BSD" 1.13 WEB_SITE="https://www.php.net/docs.php" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 WGET_URL="http://www.php.net/distributions/manual/php_manual_en.tar.gz" 1.17 1.18 @@ -14,5 +15,5 @@ 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr/share/doc 1.22 - cp -a $src $fs/usr/share/doc/php-en 1.23 + cp -a $src $fs/usr/share/doc/php-en 1.24 }