diff options
author | Tim Harder <radhermit@gentoo.org> | 2020-01-16 13:40:24 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2020-01-16 13:51:23 -0700 |
commit | a1c0a81cb58522eaf51f7e612b0208ce0cb83524 (patch) | |
tree | 59e342e28e284e45d9a039287a6f3c7e24975f4b /dev-libs/libpcre2 | |
parent | net-p2p/cpuminer-opt: 3.11.4 version bump (diff) | |
download | gentoo-a1c0a81cb58522eaf51f7e612b0208ce0cb83524.tar.gz gentoo-a1c0a81cb58522eaf51f7e612b0208ce0cb83524.tar.bz2 gentoo-a1c0a81cb58522eaf51f7e612b0208ce0cb83524.zip |
dev-libs/libpcre2: use https for SRC_URI and HOMEPAGE
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'dev-libs/libpcre2')
-rw-r--r-- | dev-libs/libpcre2/libpcre2-10.34.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libpcre2/libpcre2-10.34.ebuild b/dev-libs/libpcre2/libpcre2-10.34.ebuild index 905bcad3168c..91c82fa3b0a2 100644 --- a/dev-libs/libpcre2/libpcre2-10.34.ebuild +++ b/dev-libs/libpcre2/libpcre2-10.34.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,14 +8,14 @@ inherit flag-o-matic libtool multilib-minimal toolchain-funcs usr-ldscript PATCH_SET="${P}-patchset-01.tar.xz" DESCRIPTION="Perl-compatible regular expression library" -HOMEPAGE="http://www.pcre.org/" +HOMEPAGE="https://www.pcre.org/" MY_P="pcre2-${PV/_rc/-RC}" if [[ ${PV} != *_rc* ]] ; then # Only the final releases are available here. SRC_URI="mirror://sourceforge/pcre/${MY_P}.tar.bz2 - ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${MY_P}.tar.bz2" + https://ftp.pcre.org/pub/pcre/${MY_P}.tar.bz2" else - SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Testing/${MY_P}.tar.bz2" + SRC_URI="https://ftp.pcre.org/pub/pcre/Testing/${MY_P}.tar.bz2" fi if [[ -n "${PATCH_SET}" ]] ; then |