lzip: update to 1.23.
This commit is contained in:
parent
754359894b
commit
eedc721c8f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lzip'
|
# Template file for 'lzip'
|
||||||
pkgname=lzip
|
pkgname=lzip
|
||||||
version=1.22
|
version=1.23
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Lossless data compressor based on the LZMA algorithm"
|
short_desc="Lossless data compressor based on the LZMA algorithm"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.nongnu.org/lzip/lzip.html"
|
homepage="https://www.nongnu.org/lzip/lzip.html"
|
||||||
distfiles="${NONGNU_SITE}/lzip/lzip-${version}.tar.gz"
|
distfiles="${NONGNU_SITE}/lzip/lzip-${version}.tar.gz"
|
||||||
checksum=c3342d42e67139c165b8b128d033b5c96893a13ac5f25933190315214e87a948
|
checksum=4792c047ddf15ef29d55ba8e68a1a21e0cb7692d87ecdf7204419864582f280d
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
|
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
|
||||||
|
|
Loading…
Reference in a new issue