From 0514b81d0637480137d62c5bbf36a6033c4e239d Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 4 Jun 2021 17:07:29 +0200 Subject: [PATCH 1/2] libxslt: raise version --- libxslt.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxslt.be0 b/libxslt.be0 index fe0ac8dbe..ba4961071 100755 --- a/libxslt.be0 +++ b/libxslt.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libxslt-1.1.32-0 +# BEE_VERSION libxslt-1.1.34-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From 726b4877f9504a0e11678cbc3ba219af651902e7 Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 4 Jun 2021 17:09:00 +0200 Subject: [PATCH 2/2] libxslt: use beehive --- libxslt.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libxslt.be0 b/libxslt.be0 index ba4961071..a29d1bb06 100755 --- a/libxslt.be0 +++ b/libxslt.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]="http://xmlsoft.org/sources/libxslt-${PKGVERSION}.tar.gz" +# http://xmlsoft.org/sources/libxslt-${PKGVERSION}.tar.gz +SRCURL[0]=https://beehive.molgen.mpg.de/db8765c8d076f1b6caafd9f2542a304a/libxslt-1.1.34.tar.gz ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.