aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-11-09 22:15:13 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-11-10 08:25:02 -0300
commitc1eb769673daf2b828fc530eb0202373305fb57b (patch)
tree32dad4a74b6632534a326079b851fe24d27e8ad6
parent8206f98582d8304efb4d6f645b095d25e2d66158 (diff)
main/grep: upgrade to 3.6
-rw-r--r--main/grep/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/grep/APKBUILD b/main/grep/APKBUILD
index 4ec4c5f0a44..ab0a5ee44ea 100644
--- a/main/grep/APKBUILD
+++ b/main/grep/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=grep
-pkgver=3.5
+pkgver=3.6
pkgrel=0
pkgdesc="Searches input files for lines containing a match to a specified pattern"
url="https://www.gnu.org/software/grep/grep.html"
@@ -45,5 +45,5 @@ package() {
rmdir -p "$pkgdir"/usr/lib 2>/dev/null || true
}
-sha512sums="8367aa930ecf7fa5c07153666bf7991097648bd7bf4ca672e6b14e0bb806c89991ec55d2880812877761cbde1d33562f22803835d74bfcd293c2246e274306c4 grep-3.5.tar.xz
+sha512sums="8934544a19ded61344d83ff2cab501e86f17f8ae338892e0c36c2d2d8e63c76817840a0071ef5e3fcbca9115eba8a1aae0e4c46b024e75cd9a2e3bd05f933d90 grep-3.6.tar.xz
9ba6b01c0c74933299afb469dadd2ea0c7e24befa34c691671a576063e32a1f0c735541e5e2bb0073d8afd814790909f7f895827aa8a2fbacdfcae380a7bcb11 fix-tests.patch"