1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-01 11:19:21 +00:00

Ports/pcre2: Update pcre2 to version 10.42

This commit is contained in:
EWouters 2023-09-01 23:45:21 +02:00 committed by Jelle Raaijmakers
parent 3b1362bb70
commit f49d6ae310
2 changed files with 3 additions and 3 deletions

View File

@ -247,7 +247,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`pacman`](pacman/) | Pacman | b6241a3 | https://github.com/ebuc99/pacman |
| [`patch`](patch/) | patch (GNU) | 2.7.6 | https://savannah.gnu.org/projects/patch/ |
| [`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/ |
| [`pcre2`](pcre2/) | Perl-compatible Regular Expressions (PCRE2) | 10.42 | https://www.pcre.org/ |
| [`perl5`](perl5/) | Perl | 5.38.0 | https://www.perl.org/ |
| [`pfetch`](pfetch/) | pfetch | a906ff8 | https://github.com/dylanaraps/pfetch/ |
| [`php`](php/) | PHP | 8.2.8 | https://www.php.net/ |

View File

@ -1,7 +1,7 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='pcre2'
version='10.40'
version='10.42'
files=(
"https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.gz#ded42661cab30ada2e72ebff9e725e745b4b16ce831993635136f2ef86177724"
"https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.gz#c33b418e3b936ee3153de2c61cc638e7e4fe3156022a5c77d0711bcbb9d64f1f"
)
useconfigure='true'