Skip to content

Commit

Permalink
Ports/pcre2: Update pcre2 to version 10.42
Browse files Browse the repository at this point in the history
  • Loading branch information
EWouters authored and gmta committed Oct 12, 2023
1 parent 3b1362b commit f49d6ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ports/AvailablePorts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/ |
Expand Down
4 changes: 2 additions & 2 deletions Ports/pcre2/package.sh
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit f49d6ae

Please sign in to comment.