diff --git a/wget.be0 b/wget.be0 index 6347fb31f..aa859edc1 100755 --- a/wget.be0 +++ b/wget.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION wget-1.20.3-0 +# BEE_VERSION wget-1.21.3-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]="https://ftp.gnu.org/gnu/wget/wget-${PKGVERSION}.tar.lz" +#SRCURL[0]="https://ftp.gnu.org/gnu/wget/wget-${PKGVERSION}.tar.lz" +SRCURL[0]="https://beehive.molgen.mpg.de/bbeed59ec13757911a634f4e883fd954/wget-1.21.3.tar.lz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.