diff options
Diffstat (limited to 'pear/Pkgfile')
-rw-r--r-- | pear/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pear/Pkgfile b/pear/Pkgfile index 02934c3e8..5eb6063ff 100644 --- a/pear/Pkgfile +++ b/pear/Pkgfile @@ -4,12 +4,12 @@ # Depends on: php name=pear -version=1.10.10 +version=1.10.11 release=1 -source=(http://php.net/distributions/php-7.4.3.tar.xz) +source=(http://php.net/distributions/php-7.4.5.tar.xz) build() { - cd php-7.4.3/pear + cd php-7.4.5/pear export PHP_PEAR_SYSCONF_DIR=/etc/php export INSTALL_ROOT=$PKG |