pear: update to 1.10.13

This commit is contained in:
Juergen Daubert 2022-05-09 11:48:28 +02:00
parent c8210a46bb
commit 449f0adf9e
2 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/bFXkWS/bfHq+JC0B+DLTdIQiFM5CeZZ3NudKOA8PqLwwHmQdY8bQvN2NrMnpvHo0olctsjfArHonvA0DuRUUQQ=
SHA256 (Pkgfile) = 9cf21a1231fa33c0502c288193a13673408b62006df77d6ef171f436a6db3b5b
RWSE3ohX2g5d/QVbdHp/ss5PRUnjTCFjBhZmyHdkE7uj9k2b+HkIToKcnK0lwNxb8B3o53/gexfM4iVGdnC6UbezdHGIMogtiQc=
SHA256 (Pkgfile) = 067c5c07a8e5e31d2a4d94e41f85fe40e00a2c383afb6838f3900f4af45a8bee
SHA256 (.footprint) = 957203bebd7c38a11c474ee156a427f65b7e6dcae10e90edd8d8e2350789038d
SHA256 (php-8.0.7.tar.xz) = d5fc2e4fc780a32404d88c360e3e0009bc725d936459668e9c2ac992f2d83654
SHA256 (php-8.1.5.tar.xz) = 7647734b4dcecd56b7e4bd0bc55e54322fa3518299abcdc68eb557a7464a2e8a

View File

@ -1,21 +1,21 @@
# Description: Framework and distribution system for reusable PHP components
# URL: https://pear.php.net/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: php
# URL: https://pear.php.net/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: php
name=pear
version=1.10.12
version=1.10.13
release=4
source=(https://php.net/distributions/php-8.0.7.tar.xz)
source=(https://php.net/distributions/php-8.1.5.tar.xz)
build() {
cd php-8.0.7/pear
cd php-8.1.5/pear
export PHP_PEAR_SYSCONF_DIR=/etc/php
export INSTALL_ROOT=$PKG
export PHP_PEAR_SYSCONF_DIR=/etc/php
export INSTALL_ROOT=$PKG
php -n install-pear-nozlib.phar
php -n install-pear-nozlib.phar
rm -r $PKG/.{filemap,lock,depdb*,channels,registry}
rm -r $PKG/usr/lib/php/pear/{docs,tests}
rm -r $PKG/.{filemap,lock,depdb*,channels,registry}
rm -r $PKG/usr/lib/php/pear/{docs,tests}
}