app-shells/bash: update SRC_URI (prefer GNU mirror for patches)

mirror://gnu first has HTTPS listed so this is a minor
improvement. Of course, we already have Manifests and so on, but ...

(It's listed on https://tiswww.case.edu/php/chet/bash/bashtop.html so
fine to use for patches too.)

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-01-05 11:37:09 +00:00
parent bec24c3b6c
commit 1472a4a78f

View File

@@ -27,7 +27,7 @@ patches() {
echo "${@/#/${DISTDIR}/}"
else
local u
for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
for u in mirror://gnu/${pn} ftp://ftp.cwru.edu/pub/bash ; do
printf "${u}/${pn}-${pv}-patches/%s " "$@"
done
fi