From c883ea56d4ac84e6e745190d3a4dc904111205c7 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 10 Feb 2018 19:35:43 -0200 Subject: [PATCH] lzlib: update to 1.10. Closes: #11554 [via git-merge-pr] --- srcpkgs/lzlib/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lzlib/template b/srcpkgs/lzlib/template index 49a9dafca75..0df66d4fe2e 100644 --- a/srcpkgs/lzlib/template +++ b/srcpkgs/lzlib/template @@ -1,15 +1,15 @@ # Template file for 'lzlib' pkgname=lzlib -version=1.9 +version=1.10 revision=1 build_style=gnu-configure configure_args="--enable-shared --disable-static" short_desc="Compression library for the lzip file format" maintainer="bra1nwave " -license="2-clause-BSD" +license="BSD-2-Clause" homepage="http://www.nongnu.org/lzip/lzlib" distfiles="${NONGNU_SITE}/lzip/lzlib/${pkgname}-${version}.tar.gz" -checksum=2472f8d93830d0952b0c75f67e372d38c8f7c174dde2252369d5b20c87d3ba8e +checksum=1d6ab7800a5b43e56fd20607fd2cfda9e550350dc95f5beb6a4ce14f85b41043 do_configure() { ./configure --prefix=/usr $configure_args CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"