summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-05 11:37:09 +0000
committerSam James <sam@gentoo.org>2022-01-05 11:37:12 +0000
commit1472a4a78f4fe7cb1d38d5a9b9b7d355201ab140 (patch)
treef7c7fd99cc2f7da94affea0a9513a41d5456c68d
parentapp-shells/bash: add 5.1_p16 (diff)
downloadgentoo-1472a4a7.tar.gz
gentoo-1472a4a7.tar.bz2
gentoo-1472a4a7.zip
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>
-rw-r--r--app-shells/bash/bash-5.1_p16.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-5.1_p16.ebuild b/app-shells/bash/bash-5.1_p16.ebuild
index 15d76da733d1..c5c1f374ace9 100644
--- a/app-shells/bash/bash-5.1_p16.ebuild
+++ b/app-shells/bash/bash-5.1_p16.ebuild
@@ -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