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/xen/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/xen/APKBUILD')
-rw-r--r-- | main/xen/APKBUILD | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/main/xen/APKBUILD b/main/xen/APKBUILD index 6c453d95cc..d51fbb3d62 100644 --- a/main/xen/APKBUILD +++ b/main/xen/APKBUILD @@ -162,15 +162,15 @@ _TPMEMU_VERSION="0.7.4" _IPXE_GIT_TAG=356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d source="https://downloads.xenproject.org/release/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz - http://xenbits.xen.org/xen-extfiles/gmp-$_GMP_VERSION.tar.bz2 - http://xenbits.xen.org/xen-extfiles/grub-$_GRUB_VERSION.tar.gz - http://xenbits.xen.org/xen-extfiles/lwip-$_LWIP_VERSION.tar.gz - http://xenbits.xen.org/xen-extfiles/newlib-$_NEWLIB_VERSION.tar.gz - http://xenbits.xen.org/xen-extfiles/pciutils-$_LIBPCI_VERSION.tar.bz2 - http://xenbits.xen.org/xen-extfiles/polarssl-$_POLARSSL_VERSION-gpl.tgz - http://xenbits.xen.org/xen-extfiles/tpm_emulator-$_TPMEMU_VERSION.tar.gz - http://xenbits.xen.org/xen-extfiles/zlib-$_ZLIB_VERSION.tar.gz - http://xenbits.xen.org/xen-extfiles/ipxe-git-$_IPXE_GIT_TAG.tar.gz + https://xenbits.xen.org/xen-extfiles/gmp-$_GMP_VERSION.tar.bz2 + https://xenbits.xen.org/xen-extfiles/grub-$_GRUB_VERSION.tar.gz + https://xenbits.xen.org/xen-extfiles/lwip-$_LWIP_VERSION.tar.gz + https://xenbits.xen.org/xen-extfiles/newlib-$_NEWLIB_VERSION.tar.gz + https://xenbits.xen.org/xen-extfiles/pciutils-$_LIBPCI_VERSION.tar.bz2 + https://xenbits.xen.org/xen-extfiles/polarssl-$_POLARSSL_VERSION-gpl.tgz + https://xenbits.xen.org/xen-extfiles/tpm_emulator-$_TPMEMU_VERSION.tar.gz + https://xenbits.xen.org/xen-extfiles/zlib-$_ZLIB_VERSION.tar.gz + https://xenbits.xen.org/xen-extfiles/ipxe-git-$_IPXE_GIT_TAG.tar.gz qemu-xen_paths.patch |