wok-current diff php-cli/receipt @ rev 23830
syslinux/isohybrid: remove Apple partitions (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 31 10:20:05 2020 +0000 (2020-05-31) |
parents | b10d41313e54 |
children | a23978bfa665 |
line diff
1.1 --- a/php-cli/receipt Fri Mar 20 15:21:15 2020 +0100 1.2 +++ b/php-cli/receipt Sun May 31 10:20:05 2020 +0000 1.3 @@ -1,19 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="php-cli" 1.7 -VERSION="7.3.16" 1.8 +VERSION="7.4.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="PHP web programming language command line interpreter." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="BSD" 1.13 WEB_SITE="https://www.php.net/" 1.14 -WANTED="php" 1.15 1.16 DEPENDS="php-common" 1.17 +WANTED="php" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/bin 1.23 - cp -a $install/usr/bin/php $fs/usr/bin 1.24 + cp -a $install/usr/bin/php $fs/usr/bin 1.25 }