diff options
Diffstat (limited to 'main/grep/APKBUILD')
-rw-r--r-- | main/grep/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/grep/APKBUILD b/main/grep/APKBUILD index 6f40772cdf..011cccfa66 100644 --- a/main/grep/APKBUILD +++ b/main/grep/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Michael Mason <ms13sp@gmail.com> -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=grep -pkgver=2.8 +pkgver=2.9 pkgrel=0 pkgdesc="Searches input files for lines containing a match to a specified pattern" url="http://www.gnu.org/software/grep/grep.html" @@ -29,4 +29,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="cb2dfc502c5afc7a4a6e5f6cefd6850e grep-2.8.tar.gz" +md5sums="03e3451a38b0d615cb113cbeaf252dc0 grep-2.9.tar.gz" |