lzip: update to 1.21.
This commit is contained in:
parent
97e07163ed
commit
af061d18b7
1 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'lzip'
|
||||
pkgname=lzip
|
||||
version=1.20
|
||||
revision=2
|
||||
version=1.21
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Lossless data compressor based on the LZMA algorithm"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.nongnu.org/lzip/lzip.html"
|
||||
distfiles="http://download.savannah.gnu.org/releases/lzip/lzip-${version}.tar.gz"
|
||||
checksum=c93b81a5a7788ef5812423d311345ba5d3bd4f5ebf1f693911e3a13553c1290c
|
||||
homepage="https://www.nongnu.org/lzip/lzip.html"
|
||||
distfiles="${NONGNU_SITE}/lzip/lzip-${version}.tar.gz"
|
||||
checksum=e48b5039d3164d670791f9c5dbaa832bf2df080cb1fbb4f33aa7b3300b670d8b
|
||||
|
||||
do_configure() {
|
||||
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
|
||||
|
|
Loading…
Reference in a new issue