pcre2: update PKG_URL

ftp.pcre.org is closed #5928

(cherry picked from commit 256ece5dd99d280e98125606bcf69d956a6d2ae1)
This commit is contained in:
ihipop 2021-11-30 12:32:56 +08:00
parent 983ef69332
commit 4dce3bbeac
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_SHA256="a9ef39278113542968c7c73a31cfcb81aca1faa64690f400b907e8ab6b4a665c"
PKG_LICENSE="BSD" PKG_LICENSE="BSD"
PKG_SITE="http://www.pcre.org/" 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_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A set of functions that implement regular expression pattern matching using the same syntax." PKG_LONGDESC="A set of functions that implement regular expression pattern matching using the same syntax."
PKG_TOOLCHAIN="cmake" PKG_TOOLCHAIN="cmake"