pcre: replace the no longer available distfile URL
This commit is contained in:
parent
55381ef36e
commit
7f76bb639d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pcre'
|
||||
pkgname=pcre
|
||||
version=8.45
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-utf8 --enable-unicode-properties --with-pic
|
||||
--enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf
|
||||
|
@ -11,7 +11,7 @@ short_desc="Perl Compatible Regular Expressions"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://www.pcre.org/"
|
||||
distfiles="https://ftp.pcre.org/pub/pcre/pcre-${version}.tar.bz2"
|
||||
distfiles="${SOURCEFORGE_SITE}/pcre/pcre/${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in New Issue