From bfee79065deb4c5f2e934e80a6c8da8dbe678e6d Mon Sep 17 00:00:00 2001 From: Mat Boehlke Date: Fri, 26 Jan 2024 20:47:30 -0600 Subject: [PATCH] lzlib: update to 1.14. --- srcpkgs/lzlib/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/lzlib/template b/srcpkgs/lzlib/template index 0b1ac3c5b00..20d4308672b 100644 --- a/srcpkgs/lzlib/template +++ b/srcpkgs/lzlib/template @@ -1,15 +1,15 @@ # Template file for 'lzlib' pkgname=lzlib -version=1.13 +version=1.14 revision=1 -build_style=gnu-configure +build_style=configure configure_args="--enable-shared --disable-static" short_desc="Compression library for the lzip file format" maintainer="Orphaned " license="BSD-2-Clause" homepage="https://www.nongnu.org/lzip/lzlib" -distfiles="${NONGNU_SITE}/lzip/lzlib/${pkgname}-${version}.tar.gz" -checksum=a1ab58f3148ba4b2674e938438166042137a9275bed747306641acfddc9ffb80 +distfiles="${NONGNU_SITE}/lzip/lzlib/lzlib-${version}.tar.gz" +checksum=5acac8714ed4f306020bae660dddce706e5f8a795863679037da9fe6bf4dcf6f do_configure() { ./configure --prefix=/usr $configure_args CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"