From 251940ba62255b73b0e514355adcef0305d20a94 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 22 Feb 2019 12:04:10 +0100 Subject: [PATCH] pixman: Securely download source archive over HTTPS --- pixman.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman.be0 b/pixman.be0 index 5413649e7..def2a00f1 100755 --- a/pixman.be0 +++ b/pixman.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://cairographics.org/releases/pixman-${PKGVERSION}.tar.gz" +SRCURL[0]="https://cairographics.org/releases/pixman-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.