wok-current diff php-docs-en/receipt @ rev 24057
Up intel-microcode (20210216), lzsa (1.3.7), xrdp (0.9.16), xorgxrdp (0.2.16)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 08 14:31:15 2021 +0000 (2021-06-08) |
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 Tue Jun 08 14:31:15 2021 +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 }