aboutsummaryrefslogtreecommitdiffstats
path: root/main/bash
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2018-10-06 14:07:06 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2018-10-06 17:10:04 +0000
commitd2bfb22c8e8f67ad7d8d02704f35ec4d2a19f9b9 (patch)
tree1de8649ee4dd144461bfbc5be39e2c956bd87bcd /main/bash
parentd3b51479d57385e3074309988e32695e2fa0691f (diff)
downloadaports-d2bfb22c8e8f67ad7d8d02704f35ec4d2a19f9b9.tar.bz2
aports-d2bfb22c8e8f67ad7d8d02704f35ec4d2a19f9b9.tar.xz
main: (Bulk change) Update source urls to https using HTTPS Everywhere
Diffstat (limited to 'main/bash')
-rw-r--r--main/bash/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/bash/APKBUILD b/main/bash/APKBUILD
index 160b1ab68a..f8ca062d13 100644
--- a/main/bash/APKBUILD
+++ b/main/bash/APKBUILD
@@ -17,7 +17,7 @@ depends=""
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc"
options="!checkroot"
-source="http://ftp.gnu.org/gnu/bash/bash-${_myver}.tar.gz
+source="https://ftp.gnu.org/gnu/bash/bash-${_myver}.tar.gz
bash-noinfo.patch
fix-jobs.patch
"
@@ -27,7 +27,7 @@ _pad="00"
while [ $_i -le $_patchlevel ]; do
[ $_i -ge 10 ] && _pad="0"
[ $_i -ge 100 ] && _pad=
- source="$source http://ftp.gnu.org/gnu/bash/bash-$_myver-patches/bash$_patchbase-$_pad$_i"
+ source="$source https://ftp.gnu.org/gnu/bash/bash-$_myver-patches/bash$_patchbase-$_pad$_i"
_i=$(( $_i + 1))
done