php: update to 7.4.33.

This commit is contained in:
Joel Beckmeyer 2022-09-30 09:27:11 -04:00 committed by Michal Vasilek
parent 0352e62083
commit 3f2effb3e2
2 changed files with 7 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'php'
pkgname=php
version=7.4.30
revision=2
version=7.4.33
revision=1
hostmakedepends="bison pkg-config apache-devel"
makedepends="apache-devel enchant2-devel freetds-devel freetype-devel gdbm-devel
gmp-devel libcurl-devel libjpeg-turbo-devel libmariadbclient-devel
@ -13,8 +13,10 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="PHP-3.01"
homepage="https://www.php.net"
changelog="https://www.php.net/ChangeLog-7.php"
distfiles="http://www.php.net/distributions/php-${version}.tar.xz"
checksum=ea72a34f32c67e79ac2da7dfe96177f3c451c3eefae5810ba13312ed398ba70d
# this is the source where the www.php.net code pulls the tarballs it serves
# at https://www.php.net/distributions/
distfiles="https://github.com/php/web-php-distributions/raw/master/php-${version}.tar.gz"
checksum=5a2337996f07c8a097e03d46263b5c98d2c8e355227756351421003bea8f463e
conf_files="/etc/php/php.ini"

View file

@ -1 +1,2 @@
ignore="8.*"
site="https://www.php.net/distributions/"