From 1472a4a78f4fe7cb1d38d5a9b9b7d355201ab140 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 5 Jan 2022 11:37:09 +0000 Subject: 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 --- app-shells/bash/bash-5.1_p16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-shells/bash') 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 -- cgit v1.2.3-65-gdbad