diff options
Diffstat (limited to 'main/grep')
-rw-r--r-- | main/grep/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/grep/APKBUILD b/main/grep/APKBUILD index 52ba536507..450a68b800 100644 --- a/main/grep/APKBUILD +++ b/main/grep/APKBUILD @@ -1,7 +1,7 @@ -# Contributor: Michael Mason <ms13sp@gmail.com> +# Contributor: Michael Mason <ms13sp@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=grep -pkgver=2.16 +pkgver=2.18 pkgrel=0 pkgdesc="Searches input files for lines containing a match to a specified pattern" url="http://www.gnu.org/software/grep/grep.html" @@ -42,6 +42,6 @@ package() { return 0 } -md5sums="502350a6c8f7c2b12ee58829e760b44d grep-2.16.tar.xz" -sha256sums="16dfeb5013d8c9f21f40ccec0936f2c1c6a014c828d30488f0d5c6ef7b551162 grep-2.16.tar.xz" -sha512sums="6b56aca3c859c28d463e1aa755f4f004087985573a8e012a8371780d6b7cbfa8587d5b0bfd2d37b1ddf6c3a49b9126d1e1408d2cc9255558f6cd5754b395b9f9 grep-2.16.tar.xz" +md5sums="7439f8266f50844b56cc3e2721606541 grep-2.18.tar.xz" +sha256sums="e6436e5077fa1497feccc8feaabd3f507b172369bf120fbc9e4874bba81be720 grep-2.18.tar.xz" +sha512sums="2d0e6cf9dc47a49d72ecb3e2c3b7bd8dd4d9cdef7bcec002af2c41e6cc57c26520b115188477ba7bfdf7c67fea86d1105450227f9df2900aac16ea6bb7783263 grep-2.18.tar.xz" |