gzip: update to 1.13.

This commit is contained in:
triallax 2023-08-25 23:10:00 +01:00 committed by Leah Neukirchen
parent 8a890b543d
commit 18a42c805a

View File

@ -1,16 +1,17 @@
# Template file for 'gzip'
pkgname=gzip
version=1.12
revision=2
version=1.13
revision=1
bootstrap=yes
build_style=gnu-configure
configure_args="ac_cv_prog_LESS=less"
checkdepends="perl"
short_desc="GNU compression utility (replacement for compress)"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://www.gnu.org/software/gzip/"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=ce5e03e519f637e1f814011ace35c4f87b33c0bbabeec35baf5fbd3479e91956
distfiles="${GNU_SITE}/gzip/gzip-${version}.tar.xz"
checksum=7454eb6935db17c6655576c2e1b0fabefd38b4d0936e0f87f48cd062ce91a057
case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args+=" DEFS=NO_ASM gl_cv_func_fflush_stdin=yes" ;;