php-gd: update to 7.4.2

This commit is contained in:
Juergen Daubert 2020-02-15 13:57:18 +01:00
parent 5b30932aea
commit 6b2aff1b28
2 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Rl69Im9Kk4hDPt4avVDT0db126DrlAHRMuuPk/PFTpGW3zfgw6ZetCTwr4C6nY5ssCBnLgXcpQRHbxIp68BTAg=
SHA256 (Pkgfile) = 27a21aa23b738b05ba419c6d5daed32c799ab4cf80c41a519ea426d0d18b1ce7
RWSE3ohX2g5d/dGSGecWFgH4PgLZmgA8EtZvzA9tbYhTJOzzvIADkMIM5JUHlt6FipEz/nZrcZA39rRDlk4KFxknOADIS2OHLwk=
SHA256 (Pkgfile) = 59951720efa8c748fedb2da0018802281bd95b58f09be4e76bc9a72cec208947
SHA256 (.footprint) = 09e41333252c613bbc54155a95e91919aedf35e3fe90607f941528ac9f1a39bb
SHA256 (php-7.3.14.tar.xz) = cc05dd373ca5d36652800762f65c10e828a17de35aaf246262e3efa99d00cdb0
SHA256 (php-7.4.2.tar.xz) = 98284deac017da0d426117ecae7599a1f1bf62ae3911e8bc16c4403a8f4bdf13

View File

@ -1,18 +1,20 @@
# Description: GD module for PHP
# URL: http://www.php.net
# Maintainer: Juergen Daubert, jue at crux dot nu
# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: libgd
name=php-gd
version=7.3.14
version=7.4.2
release=1
source=(http://www.php.net/distributions/php-$version.tar.xz)
build() {
cd php-$version
./configure --disable-all --with-gd=shared,/usr
./configure --disable-all \
--enable-gd=shared \
--with-external-gd
make build-modules
install -d $PKG/{etc/php/conf.d,usr/lib/php/extensions}