diff options
-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 acee9c7f61..6f40772cdf 100644 --- a/main/grep/APKBUILD +++ b/main/grep/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Michael Mason <ms13sp@gmail.com> # Maintainer: pkgname=grep -pkgver=2.6.3 -pkgrel=2 +pkgver=2.8 +pkgrel=0 pkgdesc="Searches input files for lines containing a match to a specified pattern" url="http://www.gnu.org/software/grep/grep.html" arch="all" @@ -29,4 +29,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="3095b57837b312f087c0680559de7f13 grep-2.6.3.tar.gz" +md5sums="cb2dfc502c5afc7a4a6e5f6cefd6850e grep-2.8.tar.gz" |