diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2017-01-28 14:30:29 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-01-30 06:22:45 +0000 |
commit | ae88afa1be4209de0638bdd6e50ef6daef7c95b7 (patch) | |
tree | 77f78f07767c5af69f5a5764b26f2cd9ec7dcc4a /main/linux-headers | |
parent | 7a2ada76f3edd46a16c049dac49180a5ae309710 (diff) | |
download | aports-ae88afa1be4209de0638bdd6e50ef6daef7c95b7.tar.bz2 aports-ae88afa1be4209de0638bdd6e50ef6daef7c95b7.tar.xz |
[various]: fix kernel.org 'source' url protocol & hostname
http -> https
ftp.kernel.org -> kernel.org
Diffstat (limited to 'main/linux-headers')
-rw-r--r-- | main/linux-headers/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/linux-headers/APKBUILD b/main/linux-headers/APKBUILD index f833d54efa..17f0a004e8 100644 --- a/main/linux-headers/APKBUILD +++ b/main/linux-headers/APKBUILD @@ -9,8 +9,8 @@ arch="all" license='GPL2' makedepends="perl" options="!strip !tracedeps" -source="http://www.kernel.org/pub/linux/kernel/v4.x/linux-$_kernver.tar.xz - http://www.kernel.org/pub/linux/kernel/v4.x/patch-$pkgver.xz +source="https://kernel.org/pub/linux/kernel/v4.x/linux-$_kernver.tar.xz + https://kernel.org/pub/linux/kernel/v4.x/patch-$pkgver.xz 0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch 0002-libc-compat.h-prevent-redefinition-of-struct-ethhdr.patch 0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch |