From e4dcf384a878b4061fba8b62ddcfb172a2dbe5f7 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 6 Feb 2018 18:33:18 +0100 Subject: [PATCH] gettext: Securely download source archive Use HTTPS to securely download the source archive. --- gettext-0.18.1.1-0.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettext-0.18.1.1-0.bee b/gettext-0.18.1.1-0.bee index e32e2ce7a..580bc4ea3 100755 --- a/gettext-0.18.1.1-0.bee +++ b/gettext-0.18.1.1-0.bee @@ -7,7 +7,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/gettext/gettext-${PKGVERSION}.tar.gz" +SRCURL[0]="https://ftp.gnu.org/gnu/gettext/gettext-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.