Hi Folks,
trying to build libreelec from source for a raspberry pi 4, i figured out, that the download source for the pcre package (ftp.pcre.org) is down since days.
As a workaround I´ am using ftp.exim.org
packages/devel/pcre/package.mk
-PKG_URL="https://ftp.pcre.org/pub/pcre/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
+#ftp.pcre.org is down
+PKG_URL="https://ftp.exim.org/pub/pcre/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
May you are in contact with the pcre guys for fixing this issue.
Please note: site is not reachable with FTP or with HTTP(S)
Greetings