From 71802035ace6d6c453a797bc347a2d228074ad37 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 4 Sep 2018 08:46:54 +0200 Subject: [PATCH] evince: Securely download source archive over HTTPS --- evince.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evince.be0 b/evince.be0 index 1b040b4c3..544017811 100755 --- a/evince.be0 +++ b/evince.be0 @@ -11,7 +11,7 @@ BEE_BUILDTYPE=configure ## 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/evince/${PKGVERSION[2]}/evince-${PKGVERSION}.tar.xz" +SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/evince/${PKGVERSION[2]}/evince-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.