diff options
author | Albert Astals Cid <aacid@kde.org> | 2021-11-07 00:22:21 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2021-11-07 20:30:05 +0100 |
commit | e5dc299701df7189685d322cb709649ce3c9c81d (patch) | |
tree | 6520732bff1b7cf3de236a3884c308972317af1c /subprojects | |
parent | ce093edcc589654dbb44bf1a4f365467dce6483e (diff) | |
download | glib-e5dc299701df7189685d322cb709649ce3c9c81d.tar.gz |
Fix link to pcre-8.37.tar.bz2
ftp.pcre.org FTP site is no longer available
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/pcre.wrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/pcre.wrap b/subprojects/pcre.wrap index ecae8ae8a..065d22246 100644 --- a/subprojects/pcre.wrap +++ b/subprojects/pcre.wrap @@ -1,6 +1,6 @@ [wrap-file] directory = pcre-8.37 -source_url = https://ftp.pcre.org/pub/pcre/pcre-8.37.tar.bz2 +source_url = https://sourceforge.net/projects/pcre/files/pcre/8.37/pcre-8.37.tar.bz2 source_filename = pcre-8.37.tar.bz2 source_hash = 51679ea8006ce31379fb0860e46dd86665d864b5020fc9cd19e71260eef4789d patch_filename = pcre_8.37-2_patch.zip |