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

Ports/pcre2: Update pcre2 to version 10.40

This commit is contained in:
EWouters 2022-06-03 20:14:12 +02:00 committed by Linus Groh
parent a25ab52ee7
commit bb98991ff8
3 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=pcre2
version=10.39
port='pcre2'
version='10.40'
useconfigure=true
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"