From e1232eb8377ca2d9b21ec5c58851df697950030f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 17 Feb 2018 18:51:01 +0100 Subject: [PATCH] udisks: Securely download source archive Use HTTPS to securely download the source archive. --- udisks.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udisks.be0 b/udisks.be0 index c4bc2214e..801ce5582 100755 --- a/udisks.be0 +++ b/udisks.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://hal.freedesktop.org/releases/udisks-${PKGVERSION}.tar.gz" +SRCURL[0]="https://hal.freedesktop.org/releases/udisks-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.