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