diff options
-rw-r--r-- | main/grep/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/grep/APKBUILD b/main/grep/APKBUILD index a477bef891..47cc76a1ad 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=2.12 +pkgver=2.13 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="8d2f0346d08b13c18afb81f0e8aa1e2f grep-2.12.tar.xz" +md5sums="5894d484e6c02249f9702d0d8a472115 grep-2.13.tar.xz" |