Prechádzať zdrojové kódy

Ports: Update PHP to 8.2.8

Jelle Raaijmakers 1 rok pred
rodič
commit
a8857c06b3
2 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 1 1
      Ports/AvailablePorts.md
  2. 2 2
      Ports/php/package.sh

+ 1 - 1
Ports/AvailablePorts.md

@@ -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/                                                          |
 | [`pcre2`](pcre2/)                                   | Perl-compatible Regular Expressions (PCRE2)                     | 10.40                     | https://www.pcre.org/                                                          |
 | [`perl5`](perl5/)                                   | Perl                                                            | 5.38.0                    | https://www.perl.org/                                                          |
 | [`perl5`](perl5/)                                   | Perl                                                            | 5.38.0                    | https://www.perl.org/                                                          |
 | [`pfetch`](pfetch/)                                 | pfetch                                                          | a906ff8                   | https://github.com/dylanaraps/pfetch/                                          |
 | [`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                                                              |
 | [`pixman`](pixman/)                                 | pixman                                                          | 0.40.0                    | http://pixman.org                                                              |
 | [`pkgconf`](pkgconf/)                               | pkgconf                                                         | 1.8.0                     | https://github.com/pkgconf/pkgconf                                             |
 | [`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/                                               |
 | [`poppler`](poppler/)                               | Poppler is a PDF rendering library                              | 23.07.0                   | https://poppler.freedesktop.org/                                               |

+ 2 - 2
Ports/php/package.sh

@@ -1,9 +1,9 @@
 #!/usr/bin/env -S bash ../.port_include.sh
 #!/usr/bin/env -S bash ../.port_include.sh
 port='php'
 port='php'
 useconfigure='true'
 useconfigure='true'
-version='8.1.12'
+version='8.2.8'
 files=(
 files=(
-    "https://www.php.net/distributions/php-${version}.tar.xz 08243359e2204d842082269eedc15f08d2eca726d0e65b93fb11f4bfc51bbbab"
+    "https://www.php.net/distributions/php-${version}.tar.xz cfe1055fbcd486de7d3312da6146949aae577365808790af6018205567609801"
 )
 )
 depends=(
 depends=(
     'libiconv'
     'libiconv'