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 | |
parent | f89d6a046f1d281a94f72d0e2386520d2a4bf292 (diff) | |
download | serenity-aa32207746ec9ee56031813c5cd5b88b4b96570a.zip |
Ports: Update PHP to 8.1.12
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 0c032a28d3..ebca295142 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -197,7 +197,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`pcre`](pcre/) | Perl-compatible Regular Expressions (PCRE) | 8.45 | https://www.pcre.org/ | | [`pcre2`](pcre2/) | Perl-compatible Regular Expressions (PCRE2) | 10.40 | https://www.pcre.org/ | | [`pfetch`](pfetch/) | pfetch | a906ff8 | https://github.com/dylanaraps/pfetch/ | -| [`php`](php/) | PHP | 8.1.11 | https://www.php.net/ | +| [`php`](php/) | PHP | 8.1.12 | https://www.php.net/ | | [`pixman`](pixman/) | pixman | 0.40.0 | http://pixman.org | | [`pkgconf`](pkgconf/) | pkgconf | 1.8.0 | https://github.com/pkgconf/pkgconf | | [`potrace`](potrace/) | Bitmap tracing utility | 1.16 | https://potrace.sourceforge.net/ | 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=( |