From 16b935ee9f08c4ff8b09cbf22a98069fd733c833 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Wed, 9 Feb 2022 18:17:33 +0200 Subject: [PATCH] lzlib: update to 1.13. --- srcpkgs/lzlib/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lzlib/template b/srcpkgs/lzlib/template index 06b29b4a7e7..763eab5d6ea 100644 --- a/srcpkgs/lzlib/template +++ b/srcpkgs/lzlib/template @@ -1,6 +1,6 @@ # Template file for 'lzlib' pkgname=lzlib -version=1.12 +version=1.13 revision=1 build_style=gnu-configure configure_args="--enable-shared --disable-static" @@ -9,7 +9,7 @@ maintainer="bra1nwave " license="BSD-2-Clause" homepage="https://www.nongnu.org/lzip/lzlib" distfiles="${NONGNU_SITE}/lzip/lzlib/${pkgname}-${version}.tar.gz" -checksum=8e5d84242eb52cf1dcc98e58bd9ba8ef1aefa501431abdd0273a22bf4ce337b1 +checksum=a1ab58f3148ba4b2674e938438166042137a9275bed747306641acfddc9ffb80 do_configure() { ./configure --prefix=/usr $configure_args CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"