From 7b97bfef5457debcf0004b68946ed06b73367f61 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 11 Jan 2019 01:32:21 -0200 Subject: [PATCH] lzlib: update to 1.11. --- srcpkgs/lzlib/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lzlib/template b/srcpkgs/lzlib/template index 0df66d4fe2e..1e4f64f2045 100644 --- a/srcpkgs/lzlib/template +++ b/srcpkgs/lzlib/template @@ -1,15 +1,15 @@ # Template file for 'lzlib' pkgname=lzlib -version=1.10 +version=1.11 revision=1 build_style=gnu-configure configure_args="--enable-shared --disable-static" short_desc="Compression library for the lzip file format" maintainer="bra1nwave " license="BSD-2-Clause" -homepage="http://www.nongnu.org/lzip/lzlib" +homepage="https://www.nongnu.org/lzip/lzlib" distfiles="${NONGNU_SITE}/lzip/lzlib/${pkgname}-${version}.tar.gz" -checksum=1d6ab7800a5b43e56fd20607fd2cfda9e550350dc95f5beb6a4ce14f85b41043 +checksum=6c5c5f8759d1ab7c4c3c53788ea2d9daad04aeddcf338226893f8ff134914d36 do_configure() { ./configure --prefix=/usr $configure_args CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"