From 38cae944d34a741f3b0ac6cb0c755b7e999cba65 Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 14 Jul 2022 13:38:21 +0200 Subject: [PATCH] lzip: raise version to 1.23 --- lzip.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lzip.be0 b/lzip.be0 index f8b8fdde4..95728e46f 100755 --- a/lzip.be0 +++ b/lzip.be0 @@ -1,10 +1,10 @@ #!/usr/bin/env beesh -# BEE_VERSION lzip-1.22-0 +# BEE_VERSION lzip-1.23-0 ## The source URL(s) array # 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" +SRCURL[0]="https://beehive.molgen.mpg.de/c47878da4af44ce7ab4115a75640a99d/lzip-1.23.tar.gz" ## enforce 'autotools' to cope with the './configure' used inhere BEE_BUILDTYPE=autotools