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

@ -229,7 +229,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`pcre2`](pcre2/) | Perl-compatible Regular Expressions (PCRE2) | 10.40 | https://www.pcre.org/ |
| [`perl5`](perl5/) | Perl | 5.38.0 | https://www.perl.org/ |
| [`pfetch`](pfetch/) | pfetch | a906ff8 | https://github.com/dylanaraps/pfetch/ |
| [`php`](php/) | PHP | 8.1.12 | https://www.php.net/ |
| [`php`](php/) | PHP | 8.2.8 | https://www.php.net/ |
| [`pixman`](pixman/) | pixman | 0.40.0 | http://pixman.org |
| [`pkgconf`](pkgconf/) | pkgconf | 1.8.0 | https://github.com/pkgconf/pkgconf |
| [`poppler`](poppler/) | Poppler is a PDF rendering library | 23.07.0 | https://poppler.freedesktop.org/ |

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'