From 254801db4d1f9e519b547410215153fd01222f5b Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Sun, 19 Sep 2021 10:57:33 +0200 Subject: [PATCH] lzip: update 1.18 to 1.22 - update --- lzip.be0 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 #}