diff options
author | J0WI <J0WI@users.noreply.github.com> | 2018-10-06 14:07:06 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-06 17:10:04 +0000 |
commit | d2bfb22c8e8f67ad7d8d02704f35ec4d2a19f9b9 (patch) | |
tree | 1de8649ee4dd144461bfbc5be39e2c956bd87bcd /main/bash/APKBUILD | |
parent | d3b51479d57385e3074309988e32695e2fa0691f (diff) | |
download | aports-d2bfb22c8e8f67ad7d8d02704f35ec4d2a19f9b9.tar.bz2 aports-d2bfb22c8e8f67ad7d8d02704f35ec4d2a19f9b9.tar.xz |
main: (Bulk change) Update source urls to https using HTTPS Everywhere
Diffstat (limited to 'main/bash/APKBUILD')
-rw-r--r-- | main/bash/APKBUILD | 4 |
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 |