From ce811ec1d68fad5c78fc5cd9f6d9c36fde435e44 Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 4 Jun 2021 17:00:00 +0200 Subject: [PATCH] libxml2: use beehive --- libxml2.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libxml2.be0 b/libxml2.be0 index 7206632e8..632020ce3 100755 --- a/libxml2.be0 +++ b/libxml2.be0 @@ -11,7 +11,8 @@ BEE_BUILDTYPE=autotools ## 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://xmlsoft.org/sources/libxml2-${PKGVERSION}.tar.gz" +# http://xmlsoft.org/sources/libxml2-${PKGVERSION}.tar.gz +SRCURL[0]=https://beehive.molgen.mpg.de/f433a39be087a9f0b197eb2307ad9f75/libxml2-2.9.12.tar.gz ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.