mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:17:45 +00:00
Ports: Update pcre to 8.45
This commit is contained in:
parent
abf1585a3f
commit
85db9aac49
3 changed files with 16 additions and 16 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=pcre
|
||||
version=8.44
|
||||
version=8.45
|
||||
useconfigure=true
|
||||
files="https://ftp.pcre.org/pub/pcre/pcre-${version}.tar.gz pcre-${version}.tar.gz
|
||||
https://ftp.pcre.org/pub/pcre/pcre-${version}.tar.gz.sig pcre-${version}.tar.gz.sig"
|
||||
files="https://downloads.sourceforge.net/project/pcre/pcre/${version}/pcre-${version}.tar.gz pcre-${version}.tar.gz
|
||||
https://downloads.sourceforge.net/project/pcre/pcre/${version}/pcre-${version}.tar.gz.sig pcre-${version}.tar.gz.sig"
|
||||
|
||||
auth_type="sig"
|
||||
auth_import_key="45F68D54BBE23FB3039B46E59766E084FB0F43D8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue