lzip: update to 1.17.
This commit is contained in:
parent
b935400d0f
commit
6198a01168
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'lzip'
|
||||
pkgname=lzip
|
||||
version=1.16
|
||||
version=1.17
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Losless data compressor based on the LZMA algorithm"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-3"
|
||||
homepage="http://www.nongnu.org/lzip/lzip.html"
|
||||
distfiles="http://download.savannah.gnu.org/releases/lzip/lzip-${version}.tar.gz"
|
||||
checksum=128cc25baf92c8b69700831e6f984d954016318cc78edca87870d0c033112751
|
||||
checksum=9443855e0a33131233b22cdb6c62c9313a483f16cc7415efe88d4a494cea0352
|
||||
|
||||
do_configure() {
|
||||
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
|
||||
|
|
Loading…
Reference in New Issue