diff --git a/less.be0 b/less.be0 index b3b170c6e..a054389c1 100755 --- a/less.be0 +++ b/less.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION less-481-0 +# BEE_VERSION less-661-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://www.greenwoodsoftware.com/less/less-${PKGVERSION}.tar.gz" +#SRCURL[0]="https://www.greenwoodsoftware.com/less/less-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/44f54b6313c5d71fa1ac224d8d84766a/less-661.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.