From de77b4258cd24bf82459ad3952b3cc2e4095ccec Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 27 Sep 2019 13:48:13 +0200 Subject: [PATCH] consolekit: Securely download source archive over HTTPS --- consolekit-0.4.4-0.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consolekit-0.4.4-0.bee b/consolekit-0.4.4-0.bee index f2501e054..2e09ac778 100755 --- a/consolekit-0.4.4-0.bee +++ b/consolekit-0.4.4-0.bee @@ -7,7 +7,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://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.