From e430edb7866e10fbc06c3b14130323cb41307c9c Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Mon, 22 Dec 2025 03:04:11 -0500 Subject: [PATCH] update to 12.4-systemd: gzip-1.14 --- lfs/{gzip-1.13.PKGBUILD => gzip-1.14.PKGBUILD} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename lfs/{gzip-1.13.PKGBUILD => gzip-1.14.PKGBUILD} (88%) diff --git a/lfs/gzip-1.13.PKGBUILD b/lfs/gzip-1.14.PKGBUILD similarity index 88% rename from lfs/gzip-1.13.PKGBUILD rename to lfs/gzip-1.14.PKGBUILD index 4a2f474..a217d8f 100644 --- a/lfs/gzip-1.13.PKGBUILD +++ b/lfs/gzip-1.14.PKGBUILD @@ -1,12 +1,12 @@ pkgname=gzip -pkgver=1.13 +pkgver=1.14 pkgdesc='GNU compression utility' arch=('x86_64') homepage='https://www.gnu.org/software/gzip/' license=('GPL-3.0-or-later') sources=("${pkgname}-${pkgver}.tar.xz") urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}") -md5sums=("d5c9fc9441288817a4a0be2da0249e29") +md5sums=("4bf5a10f287501ee8e8ebe00ef62b2c2") src_prepare() { tar -xf ${distdir}/${sources[0]} --strip-components=1