From 7f50ee123a7a42c20cce90c683a12e2be3b4859a Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 27 Sep 2018 18:06:11 +0200 Subject: [PATCH] libxcb: Securely download source archive over HTTPS --- libxcb.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxcb.be0 b/libxcb.be0 index bce127858..19ac95003 100755 --- a/libxcb.be0 +++ b/libxcb.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://xcb.freedesktop.org/dist/libxcb-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://xcb.freedesktop.org/dist/libxcb-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.