lzip: update to 1.24.

This commit is contained in:
Mat Boehlke 2024-02-10 17:23:18 -06:00 committed by cinerea0
parent 19d0e530e8
commit 521914f225

View file

@ -1,6 +1,6 @@
# Template file for 'lzip'
pkgname=lzip
version=1.23
version=1.24
revision=1
build_style=gnu-configure
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"
homepage="https://www.nongnu.org/lzip/lzip.html"
distfiles="${NONGNU_SITE}/lzip/lzip-${version}.tar.gz"
checksum=4792c047ddf15ef29d55ba8e68a1a21e0cb7692d87ecdf7204419864582f280d
checksum=d42659229b10e066eeb6e81eb673cdd893b672e512d26719c2d95975556ca56c
do_configure() {
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"