diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2014-02-21 22:09:09 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2014-02-21 22:09:09 +0100 |
commit | 47aa30654807ffa335a95527e94ed8d21834ac6d (patch) | |
tree | 45888ac3eead7dc41e5995d17e6883d964002693 /grep | |
parent | 989bb6c87fa48334c3e102e4e456bb9e874d0f39 (diff) | |
download | core-47aa30654807ffa335a95527e94ed8d21834ac6d.tar.gz core-47aa30654807ffa335a95527e94ed8d21834ac6d.tar.xz |
grep: updated to 2.18
Diffstat (limited to 'grep')
-rw-r--r-- | grep/.md5sum | 2 | ||||
-rw-r--r-- | grep/Pkgfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/grep/.md5sum b/grep/.md5sum index f454ee54..6bd31c9e 100644 --- a/grep/.md5sum +++ b/grep/.md5sum @@ -1 +1 @@ -3b1f0cbf1139e76171f790665b1b41cf grep-2.17.tar.xz +7439f8266f50844b56cc3e2721606541 grep-2.18.tar.xz diff --git a/grep/Pkgfile b/grep/Pkgfile index 40794b05..7fa5c550 100644 --- a/grep/Pkgfile +++ b/grep/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpcre name=grep -version=2.17 +version=2.18 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) |