1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:47:34 +00:00

Ports: Update pcre2 to 10.39

PCRE2 has moved to GitHub for code and release hosting, and ftp.pcre.org
is decommissioned.
This commit is contained in:
Tim Schumacher 2021-11-06 00:13:24 +01:00 committed by Brian Gianforcaro
parent 3d3304332a
commit 7391104e5d
3 changed files with 4 additions and 14 deletions

View file

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=pcre2
version=10.34
version=10.39
useconfigure=true
files="https://ftp.pcre.org/pub/pcre/pcre2-${version}.tar.gz pcre2-${version}.tar.gz
https://ftp.pcre.org/pub/pcre/pcre2-${version}.tar.gz.sig pcre2-${version}.tar.gz.sig"
files="https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.gz pcre2-${version}.tar.gz
https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.gz.sig pcre2-${version}.tar.gz.sig"
auth_type="sig"
auth_import_key="45F68D54BBE23FB3039B46E59766E084FB0F43D8"