From 512dd4379bdcadfd248c544beedf5d7d384cc34d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 16 Mar 2018 11:48:26 +0100 Subject: [PATCH] Securely download source archive Use HTTPS to securely download the source archive. --- tzdata.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tzdata.be0 b/tzdata.be0 index 4b74076c9..6cd794505 100755 --- a/tzdata.be0 +++ b/tzdata.be0 @@ -2,8 +2,8 @@ # BEE_VERSION tzdata-2018c-0 -# homepage http://www.iana.org/time-zones/ -SRCURL[0]="http://www.iana.org/time-zones/repository/releases/tzdata${PKGVERSION}.tar.gz" +# homepage https://www.iana.org/time-zones/ +SRCURL[0]="https://www.iana.org/time-zones/repository/releases/tzdata${PKGVERSION}.tar.gz" PATCHURL[0]=""