dev-libs/libpcre2: Sync with Gentoo

It's from Gentoo commit b58e58699814a145840dd61ecef172243cbe1783.
This commit is contained in:
Flatcar Buildbot 2023-08-14 07:09:38 +00:00
parent c2cbb1e9cd
commit fe6e3f36fc
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ if [[ ${PV} != *_rc* ]] ; then
# Only the final releases are available here.
SRC_URI="https://github.com/PCRE2Project/pcre2/releases/download/${MY_P}/${MY_P}.tar.bz2
https://ftp.pcre.org/pub/pcre/${MY_P}.tar.bz2
verify-sig? ( https://github.com/PhilipHazel/pcre2/releases/download/${MY_P}/${MY_P}.tar.bz2.sig )"
verify-sig? ( https://github.com/PCRE2Project/pcre2/releases/download/${MY_P}/${MY_P}.tar.bz2.sig )"
else
SRC_URI="https://ftp.pcre.org/pub/pcre/Testing/${MY_P}.tar.bz2"
fi

View File

@ -26,6 +26,6 @@
</slots>
<upstream>
<remote-id type="cpe">cpe:/a:pcre:pcre</remote-id>
<remote-id type="github">PhilipHazel/pcre2</remote-id>
<remote-id type="github">PCRE2Project/pcre2</remote-id>
</upstream>
</pkgmetadata>