diff options
Diffstat (limited to 'dev-libs/libpcre2/libpcre2-10.39-r1.ebuild')
-rw-r--r-- | dev-libs/libpcre2/libpcre2-10.39-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/libpcre2/libpcre2-10.39-r1.ebuild b/dev-libs/libpcre2/libpcre2-10.39-r1.ebuild index 6add5be7acd6..9a9a699cb929 100644 --- a/dev-libs/libpcre2/libpcre2-10.39-r1.ebuild +++ b/dev-libs/libpcre2/libpcre2-10.39-r1.ebuild @@ -12,9 +12,8 @@ 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 - https://ftp.pcre.org/pub/pcre/${MY_P}.tar.bz2 - https://github.com/PhilipHazel/pcre2/releases/download/${MY_P}/${MY_P}.tar.bz2" + SRC_URI="https://github.com/PhilipHazel/pcre2/releases/download/${MY_P}/${MY_P}.tar.bz2 + https://ftp.pcre.org/pub/pcre/${MY_P}.tar.bz2" else SRC_URI="https://ftp.pcre.org/pub/pcre/Testing/${MY_P}.tar.bz2" fi |