Ports/pcre2: Update pcre2 to version 10.42
This commit is contained in:
parent
3b1362bb70
commit
f49d6ae310
Notes:
sideshowbarker
2024-07-17 17:06:59 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/f49d6ae310 Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
2 changed files with 3 additions and 3 deletions
|
@ -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/ |
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue