From 8a6600995880f24a838dd0afea33be43681e445a Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 21 Feb 2019 15:11:44 +0100 Subject: [PATCH] tar: Securely download source archive over HTTPS --- tar.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tar.be0 b/tar.be0 index 4bfd96d32..e0ff54d80 100755 --- a/tar.be0 +++ b/tar.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://ftp.gnu.org/gnu/tar/tar-${PKGVERSION}.tar.xz" +SRCURL[0]="https://ftp.gnu.org/gnu/tar/tar-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.