diff --git a/srcpkgs/lzlib/template b/srcpkgs/lzlib/template index 1e4f64f2045..06b29b4a7e7 100644 --- a/srcpkgs/lzlib/template +++ b/srcpkgs/lzlib/template @@ -1,6 +1,6 @@ # Template file for 'lzlib' pkgname=lzlib -version=1.11 +version=1.12 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=6c5c5f8759d1ab7c4c3c53788ea2d9daad04aeddcf338226893f8ff134914d36 +checksum=8e5d84242eb52cf1dcc98e58bd9ba8ef1aefa501431abdd0273a22bf4ce337b1 do_configure() { ./configure --prefix=/usr $configure_args CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"