From d15fda6ebc61979090fd668f4f065e2623970b0f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 11 May 2018 11:40:28 +0200 Subject: [PATCH] make: Securely download source archive Use HTTPS to securely download the source archive. --- make.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.be0 b/make.be0 index 68cc0d495..643cad750 100755 --- a/make.be0 +++ b/make.be0 @@ -11,7 +11,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/make/make-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://ftp.gnu.org/gnu/make/make-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.