1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:17:45 +00:00

Ports: Update PHP to 8.2.8

This commit is contained in:
Jelle Raaijmakers 2023-08-08 21:57:26 +02:00 committed by Andreas Kling
parent ba776390b5
commit a8857c06b3
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='php'
useconfigure='true'
version='8.1.12'
version='8.2.8'
files=(
"https://www.php.net/distributions/php-${version}.tar.xz 08243359e2204d842082269eedc15f08d2eca726d0e65b93fb11f4bfc51bbbab"
"https://www.php.net/distributions/php-${version}.tar.xz cfe1055fbcd486de7d3312da6146949aae577365808790af6018205567609801"
)
depends=(
'libiconv'