From 57ef09981220c8abd71d5e1b1a04126df2ff9340 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 25 Oct 2022 15:42:25 +0200 Subject: [PATCH] libX11: Download source archive from beehive.molgen.mpg.de --- libX11.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libX11.be0 b/libX11.be0 index 9204ee0e1..73bd121fc 100755 --- a/libX11.be0 +++ b/libX11.be0 @@ -9,7 +9,8 @@ ## 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]="https://www.x.org/releases/individual/lib/libX11-${PKGVERSION}.tar.xz" +#SRCURL[0]="https://www.x.org/releases/individual/lib/libX11-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/6b20033f88f0be3d870449c47f1e10a8/libX11-1.8.1.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.