diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2022-11-24 11:30:01 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-11-24 10:52:10 +0000 |
commit | aa32207746ec9ee56031813c5cd5b88b4b96570a (patch) | |
tree | 1b28a2859020f35094ea257d122615e35df9063b /Ports/php | |
parent | f89d6a046f1d281a94f72d0e2386520d2a4bf292 (diff) | |
download | serenity-aa32207746ec9ee56031813c5cd5b88b4b96570a.zip |
Ports: Update PHP to 8.1.12
Diffstat (limited to 'Ports/php')
-rwxr-xr-x | Ports/php/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/php/package.sh b/Ports/php/package.sh index 747084e67c..af5de67e09 100755 --- a/Ports/php/package.sh +++ b/Ports/php/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port='php' useconfigure='true' -version='8.1.11' -files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz 3005198d7303f87ab31bc30695de76e8ad62783f806b6ab9744da59fe41cc5bd" +version='8.1.12' +files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz 08243359e2204d842082269eedc15f08d2eca726d0e65b93fb11f4bfc51bbbab" auth_type='sha256' depends=("libiconv" "libxml2" "openssl" "readline" "sqlite" "zlib") configopts=( |