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

Ports/php: Update php to version 8.2.10

This commit is contained in:
EWouters 2023-09-02 00:00:54 +02:00 committed by Jelle Raaijmakers
parent f49d6ae310
commit de6a1251f4
4 changed files with 9 additions and 9 deletions

View file

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