diff options
author | Sam James <sam@gentoo.org> | 2022-01-05 11:37:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-05 11:37:12 +0000 |
commit | 1472a4a78f4fe7cb1d38d5a9b9b7d355201ab140 (patch) | |
tree | f7c7fd99cc2f7da94affea0a9513a41d5456c68d /app-shells/bash | |
parent | app-shells/bash: add 5.1_p16 (diff) | |
download | gentoo-1472a4a78f4fe7cb1d38d5a9b9b7d355201ab140.tar.gz gentoo-1472a4a78f4fe7cb1d38d5a9b9b7d355201ab140.tar.bz2 gentoo-1472a4a78f4fe7cb1d38d5a9b9b7d355201ab140.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>
Diffstat (limited to 'app-shells/bash')
-rw-r--r-- | app-shells/bash/bash-5.1_p16.ebuild | 2 |
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 |