pcre2: update PKG_URL

ftp.pcre.org is closed #5928
This commit is contained in:
ihipop 2021-11-30 12:26:11 +08:00
parent 9c2c286055
commit 256ece5dd9
No known key found for this signature in database
GPG Key ID: 7699CACC4E017563

View File

@ -6,7 +6,7 @@ PKG_VERSION="10.36"
PKG_SHA256="a9ef39278113542968c7c73a31cfcb81aca1faa64690f400b907e8ab6b4a665c"
PKG_LICENSE="BSD"
PKG_SITE="http://www.pcre.org/"
PKG_URL="https://ftp.pcre.org/pub/pcre/pcre2-${PKG_VERSION}.tar.bz2"
PKG_URL="${SOURCEFORGE_SRC}/pcre/${PKG_NAME}/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A set of functions that implement regular expression pattern matching using the same syntax."
PKG_TOOLCHAIN="cmake"