From d2bfb22c8e8f67ad7d8d02704f35ec4d2a19f9b9 Mon Sep 17 00:00:00 2001 From: J0WI Date: Sat, 6 Oct 2018 14:07:06 +0200 Subject: main: (Bulk change) Update source urls to https using HTTPS Everywhere --- main/bash/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/bash') 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 -- cgit v1.2.3