diff --git a/lzip.be0 b/lzip.be0 index 7611981af..f8b8fdde4 100755 --- a/lzip.be0 +++ b/lzip.be0 @@ -1,9 +1,10 @@ #!/usr/bin/env beesh -# BEE_VERSION lzip-1.18-0 +# BEE_VERSION lzip-1.22-0 ## The source URL(s) array -SRCURL[0]="https://download.savannah.gnu.org/releases/lzip/lzip-${PKGVERSION}.tar.gz" +# SRCURL[0]="https://download.savannah.gnu.org/releases/lzip/lzip-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/f062faf68595d594a28fade73a43c001/lzip-1.22.tar.gz" ## enforce 'autotools' to cope with the './configure' used inhere BEE_BUILDTYPE=autotools @@ -38,9 +39,6 @@ BEE_BUILDTYPE=autotools # bee_build #} -## mee_install() should install into "${D}" -## default: 'make install DESTDIR="${D}"' - #mee_install() { # bee_install #}