gzip: update to 1.14.

This commit is contained in:
Leah Neukirchen 2025-04-10 16:14:19 +02:00
parent dd32da370a
commit 3eb571707b

View file

@ -1,6 +1,6 @@
# Template file for 'gzip' # Template file for 'gzip'
pkgname=gzip pkgname=gzip
version=1.13 version=1.14
revision=1 revision=1
bootstrap=yes bootstrap=yes
build_style=gnu-configure build_style=gnu-configure
@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://www.gnu.org/software/gzip/" homepage="https://www.gnu.org/software/gzip/"
distfiles="${GNU_SITE}/gzip/gzip-${version}.tar.xz" distfiles="${GNU_SITE}/gzip/gzip-${version}.tar.xz"
checksum=7454eb6935db17c6655576c2e1b0fabefd38b4d0936e0f87f48cd062ce91a057 checksum=01a7b881bd220bfdf615f97b8718f80bdfd3f6add385b993dcf6efd14e8c0ac6
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args+=" DEFS=NO_ASM gl_cv_func_fflush_stdin=yes" ;; *-musl) configure_args+=" DEFS=NO_ASM gl_cv_func_fflush_stdin=yes" ;;