* update grep to 3.11-1

This commit is contained in:
Alexander Baldeck 2023-06-19 18:34:09 +02:00
parent b15ec20f55
commit 263c2f4263

View File

@ -4,7 +4,7 @@
# Contributor: judd <jvinet@zeroflux.org>
pkgname=grep
pkgver=3.10
pkgver=3.11
pkgrel=1
pkgdesc='A string search utility'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -14,7 +14,7 @@ depends=('glibc' 'pcre2')
makedepends=('texinfo')
validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering
source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
sha256sums=('24efa5b595fb5a7100879b51b8868a0bb87a71c183d02c4c602633b88af6855b'
sha256sums=('1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab'
'SKIP')
prepare() {