From 49038712fb948c8f1f766be370c1a208221503e7 Mon Sep 17 00:00:00 2001 From: Paul Menzel <pmenzel@molgen.mpg.de> Date: Mon, 4 Dec 2017 09:08:55 +0100 Subject: [PATCH] adwaita-icon-theme: Securely download source archive Use HTTPS to securely download the source archive. --- adwaita-icon-theme.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adwaita-icon-theme.be0 b/adwaita-icon-theme.be0 index fd7393f0a..14cad96cc 100755 --- a/adwaita-icon-theme.be0 +++ b/adwaita-icon-theme.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.gnome.org/pub/gnome/sources/adwaita-icon-theme/${PKGVERSION[2]}/adwaita-icon-theme-${PKGVERSION}.tar.xz" +SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/${PKGVERSION[2]}/adwaita-icon-theme-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.