From 485cf872289a8406c18491cbe7f5ab9288f97bed Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 20 Jun 2019 15:15:33 +0200 Subject: [PATCH] gnome-themes-standard: Securely download source archive over HTTPS --- gnome-themes-standard-3.20.2-1.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-themes-standard-3.20.2-1.bee b/gnome-themes-standard-3.20.2-1.bee index 1f36317d3..b3f6a53e1 100755 --- a/gnome-themes-standard-3.20.2-1.bee +++ b/gnome-themes-standard-3.20.2-1.bee @@ -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/gnome-themes-standard/${PKGVERSION[2]}/gnome-themes-standard-${PKGVERSION}.tar.xz" +SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gnome-themes-standard/${PKGVERSION[2]}/gnome-themes-standard-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.