diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2021-09-22 23:58:35 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-09-23 18:51:21 +0200 |
commit | 6f4fbd59d915ef0f70dac918be77011400a75c25 (patch) | |
tree | bbb048b1a789b944fa8b4496f444c42345cd8c03 /Ports | |
parent | 36a70915313476d1058f1afbd080e2bbfae99796 (diff) | |
download | serenity-6f4fbd59d915ef0f70dac918be77011400a75c25.zip |
Ports: Update PHP to version 8.0.10
Diffstat (limited to 'Ports')
-rw-r--r-- | Ports/AvailablePorts.md | 2 | ||||
-rwxr-xr-x | Ports/php/package.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index d3d274fd3a..ee285dccd5 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -126,7 +126,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`patch`](patch/) | patch (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy | | [`pcre`](pcre/) | Perl-compatible Regular Expressions (PCRE) | 8.44 | https://www.pcre.org/ | | [`pcre2`](pcre2/) | Perl-compatible Regular Expressions (PCRE2) | 10.34 | https://www.pcre.org/ | -| [`php`](php/) | PHP | 8.0.8 | https://www.php.net/ | +| [`php`](php/) | PHP | 8.0.10 | https://www.php.net/ | | [`pkgconf`](pkgconf/) | pkgconf | 1.8.0 | https://github.com/pkgconf/pkgconf | | [`SDLPoP`](SDLPoP/) | Prince of Persia game | | https://github.com/NagyD/SDLPoP | | [`printf`](printf/) | printf (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy | diff --git a/Ports/php/package.sh b/Ports/php/package.sh index 25758d651c..a4e448fa1c 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.0.8" -files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz dc1668d324232dec1d05175ec752dade92d29bb3004275118bc3f7fc7cbfbb1c" +version="8.0.10" +files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz 66dc4d1bc86d9c1bc255b51b79d337ed1a7a035cf71230daabbf9a4ca35795eb" auth_type=sha256 depends="libiconv libxml2 openssl readline sqlite zlib" configopts=" |