From 4350809ec0cbed9f0c739a5ab1c1a0ed05b62d6f Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sun, 21 Dec 2025 17:38:32 -0500 Subject: [PATCH] update to 12.4-systemd: grep-3.12 --- lfs/{grep-3.11.PKGBUILD => grep-3.12.PKGBUILD} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename lfs/{grep-3.11.PKGBUILD => grep-3.12.PKGBUILD} (88%) diff --git a/lfs/grep-3.11.PKGBUILD b/lfs/grep-3.12.PKGBUILD similarity index 88% rename from lfs/grep-3.11.PKGBUILD rename to lfs/grep-3.12.PKGBUILD index ce92c15..c81c5db 100644 --- a/lfs/grep-3.11.PKGBUILD +++ b/lfs/grep-3.12.PKGBUILD @@ -1,11 +1,11 @@ pkgname=grep -pkgver=3.11 +pkgver=3.12 pkgdesc='A string search utility' license=('GPL3') homepage='https://www.gnu.org/software/grep/' sources=("${pkgname}-${pkgver}.tar.xz") urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}") -md5sums=('7c9bbd74492131245f7cdb291fa142c0') +md5sums=('5d9301ed9d209c4a88c8d3a6fd08b9ac') src_prepare() { tar -xf ${distdir}/${sources[0]} --strip-components=1