mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 21:46:58 +02:00
dev-libs/libpcre2: Sync with Gentoo
It's from Gentoo commit b58e58699814a145840dd61ecef172243cbe1783.
This commit is contained in:
parent
c2cbb1e9cd
commit
fe6e3f36fc
@ -14,7 +14,7 @@ if [[ ${PV} != *_rc* ]] ; then
|
|||||||
# Only the final releases are available here.
|
# Only the final releases are available here.
|
||||||
SRC_URI="https://github.com/PCRE2Project/pcre2/releases/download/${MY_P}/${MY_P}.tar.bz2
|
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
|
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
|
else
|
||||||
SRC_URI="https://ftp.pcre.org/pub/pcre/Testing/${MY_P}.tar.bz2"
|
SRC_URI="https://ftp.pcre.org/pub/pcre/Testing/${MY_P}.tar.bz2"
|
||||||
fi
|
fi
|
||||||
|
@ -26,6 +26,6 @@
|
|||||||
</slots>
|
</slots>
|
||||||
<upstream>
|
<upstream>
|
||||||
<remote-id type="cpe">cpe:/a:pcre:pcre</remote-id>
|
<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>
|
</upstream>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
Loading…
Reference in New Issue
Block a user