From d30138da7aa7c5b21bb512b92a0ae618c0b92c93 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Sun, 7 Jul 2024 15:41:19 -0400 Subject: [PATCH] php8.3: update to 8.3.9. --- srcpkgs/php8.3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/php8.3/template b/srcpkgs/php8.3/template index d9908fa75aa..5400dfb8db3 100644 --- a/srcpkgs/php8.3/template +++ b/srcpkgs/php8.3/template @@ -1,7 +1,7 @@ # Template file for 'php8.3' # rebuild php8.3-apcu and php8.3-imagick when updating this package pkgname=php8.3 -version=8.3.7 +version=8.3.9 revision=1 _php_version=8.3 hostmakedepends="bison pkg-config apache-devel" @@ -18,7 +18,7 @@ changelog="https://raw.githubusercontent.com/php/php-src/php-${version}/NEWS" # 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=2e11d10b651459a8767401e66b5d70e3b048e446579fcdeb0b69bcba789af8c4 +checksum=f484dec6ee005c83f899af02fc021e1bc3b1d7b3f143ca062ef66b0fcee96566 provides="php-runtime-${version}_1" conf_files="/etc/php${_php_version}/php.ini"