diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2022-10-21 14:19:10 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-10-21 14:31:32 +0200 |
commit | 684c038af0fcf622fa535dc4c362563e20ca7d2c (patch) | |
tree | aef4cd18c7fde2e6328b5d4a6aac70b48f560079 /Ports/php | |
parent | 8ebbb6a2f35d1fe9092e89533372ec5134e053b0 (diff) | |
download | serenity-684c038af0fcf622fa535dc4c362563e20ca7d2c.zip |
Ports: Update PHP to 8.1.11
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 318a949009..645d07d489 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.6' -files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz da38d65bb0d5dd56f711cd478204f2b62a74a2c2b0d2d523a78d6eb865b2364c" +version='8.1.11' +files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz 3005198d7303f87ab31bc30695de76e8ad62783f806b6ab9744da59fe41cc5bd" auth_type='sha256' depends=("libiconv" "libxml2" "openssl" "readline" "sqlite" "zlib") configopts=( |