lzip: update to 1.20.

This commit is contained in:
maxice8 2018-02-16 01:24:19 -02:00 committed by Leаh Neukirchen
parent e212e105de
commit b0f438dfe0

View file

@ -1,6 +1,6 @@
# Template file for 'lzip'
pkgname=lzip
version=1.19
version=1.20
revision=1
build_style=gnu-configure
short_desc="Lossless data compressor based on the LZMA algorithm"
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://www.nongnu.org/lzip/lzip.html"
distfiles="http://download.savannah.gnu.org/releases/lzip/lzip-${version}.tar.gz"
checksum=ffadc4f56be1bc0d3ae155ec4527bd003133bdc703a753b2cc683f610e646ba9
checksum=c93b81a5a7788ef5812423d311345ba5d3bd4f5ebf1f693911e3a13553c1290c
do_configure() {
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"