diff --git a/libxslt.be0 b/libxslt.be0 index fe0ac8dbe..a29d1bb06 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.) @@ -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.