diff options
author | Juergen Daubert <jue@jue.li> | 2020-11-27 14:14:13 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2020-11-27 14:14:13 +0100 |
commit | 629770d96cff1690f858b809bab82c233003c58a (patch) | |
tree | ef60b819f1a597bf08369de4dcbb8358e304d3de /pear | |
parent | 1185b83b006e37cd639950ccbf0ca5a569bc1196 (diff) | |
download | opt-629770d96cff1690f858b809bab82c233003c58a.tar.gz opt-629770d96cff1690f858b809bab82c233003c58a.tar.xz |
pear: build with php 7.4.13
Diffstat (limited to 'pear')
-rw-r--r-- | pear/.signature | 6 | ||||
-rw-r--r-- | pear/Pkgfile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/pear/.signature b/pear/.signature index 9845e697a..13d826e8b 100644 --- a/pear/.signature +++ b/pear/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/bVpSogfKURIUGxMbu2YiaR37dze1oJEbaE7BDa0WykN9uybv58egTI4R2Tz4NHqT6wS0VOwl2FKo/4zUOxwMQw= -SHA256 (Pkgfile) = 2c5b60966552ef3785f16beb8c0959a44899be084b05508077f2835ebec55dfc +RWSE3ohX2g5d/XvwDZjHhC2dG/a1yaiw4GpB3kAqHZIyEyiATXOCx3bRk6oYIjntrdGwpZowm+oajaaM5RETCxxBSRnjW6X8LAI= +SHA256 (Pkgfile) = 04623b6d7ef7e907ec65066f3fc70a389cc7b0eb033970b2070f94b4fabdaf05 SHA256 (.footprint) = 957203bebd7c38a11c474ee156a427f65b7e6dcae10e90edd8d8e2350789038d -SHA256 (php-7.4.10.tar.xz) = c2d90b00b14284588a787b100dee54c2400e7db995b457864d66f00ad64fb010 +SHA256 (php-7.4.13.tar.xz) = aead303e3abac23106529560547baebbedba0bb2943b91d5aa08fff1f41680f4 diff --git a/pear/Pkgfile b/pear/Pkgfile index b0af28604..955893098 100644 --- a/pear/Pkgfile +++ b/pear/Pkgfile @@ -5,11 +5,11 @@ name=pear version=1.10.12 -release=2 -source=(https://php.net/distributions/php-7.4.10.tar.xz) +release=3 +source=(https://php.net/distributions/php-7.4.13.tar.xz) build() { - cd php-7.4.10/pear + cd php-7.4.13/pear export PHP_PEAR_SYSCONF_DIR=/etc/php export INSTALL_ROOT=$PKG |