pcre: update PKG_URL

to ${SOURCEFORGE_SRC} format
This commit is contained in:
ihipop 2021-11-30 12:24:17 +08:00
parent f3b5ec549b
commit 9c2c286055
No known key found for this signature in database
GPG Key ID: 7699CACC4E017563

View File

@ -7,7 +7,7 @@ PKG_VERSION="8.45"
PKG_SHA256="4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8"
PKG_LICENSE="OSS"
PKG_SITE="http://www.pcre.org/"
PKG_URL="https://downloads.sourceforge.net/project/pcre/pcre/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
PKG_URL="${SOURCEFORGE_SRC}/pcre/${PKG_NAME}/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_HOST="toolchain:host"
PKG_DEPENDS_TARGET="toolchain pcre:host"
PKG_LONGDESC="A set of functions that implement regular expression pattern matching."