1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 11:07:46 +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

@ -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'