From 4da40da7b630a4a2ea40fa0ad6a9eb3f1861e6aa Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 16 May 2018 15:17:21 +0200 Subject: [PATCH] pango: Securely download source archive Use HTTPS to securely download the source archive. --- pango.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pango.be0 b/pango.be0 index 55d9935e1..79bf9b54f 100755 --- a/pango.be0 +++ b/pango.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]="ftp://ftp.gnome.org/pub/gnome/sources/pango/${PKGVERSION[2]}/pango-${PKGVERSION}.tar.xz" +SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/pango/${PKGVERSION[2]}/pango-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.