From 0ac19a5c9063194c10fb276d06296b5a3122a609 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 24 May 2018 10:22:11 +0200 Subject: [PATCH] xfce4-mixer: Securely download source archive Use HTTPS to securely download the source archive. --- xfce4-mixer.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce4-mixer.be0 b/xfce4-mixer.be0 index b764bc131..5295c56d9 100755 --- a/xfce4-mixer.be0 +++ b/xfce4-mixer.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://archive.xfce.org/src/apps/xfce4-mixer/${PKGVERSION[2]}/xfce4-mixer-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-mixer/${PKGVERSION[2]}/xfce4-mixer-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.