diff --git a/automake.be0 b/automake.be0 index 0e82184bf..b6ab55448 100755 --- a/automake.be0 +++ b/automake.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION automake-1.16.3-0 +# BEE_VERSION automake-1.16.5-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://ftp.gnu.org/gnu/automake/automake-${PKGVERSION}.tar.xz" +#SRCURL[0]="http://ftp.gnu.org/gnu/automake/automake-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/4017e96f89fca45ca946f1c5db6be714/automake-1.16.5.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.