plzip: update to 1.11.

This commit is contained in:
Mat Boehlke 2024-01-26 20:48:27 -06:00 committed by cinerea0
parent bfee79065d
commit f9552f04e2

View File

@ -1,15 +1,15 @@
# Template file for 'plzip'
pkgname=plzip
version=1.10
version=1.11
revision=1
build_style=gnu-configure
build_style=configure
makedepends="lzlib-devel"
short_desc="Multi-threaded compressor using the lzip file format"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://www.nongnu.org/lzip/plzip"
distfiles="${NONGNU_SITE}/lzip/plzip/${pkgname}-${version}.tar.gz"
checksum=43faa58265d8b89ad75bd4ed11d347ef10065a8070748bc1ed0e06f191458098
distfiles="${NONGNU_SITE}/lzip/plzip/plzip-${version}.tar.gz"
checksum=d8e3cbe45c9222383339130e1bcc6e5e884d776b63f188896e6df67bc1d5626b
do_configure() {
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"