diff options
author | p-wassi <p.wassi@gmx.at> | 2016-12-05 08:09:37 +0100 |
---|---|---|
committer | p-wassi <p.wassi@gmx.at> | 2016-12-05 20:55:52 +0100 |
commit | 024aec7a7e67a513bfe226d3fb13d8cc57317b23 (patch) | |
tree | d74b32692232776e99b5de3772a77aa33857574c /utils/grep | |
parent | 6fccd8801eacc7cc59693cfa8c8076642893321e (diff) |
utils/grep: update to 2.26
Update grep to upstream release 2.26
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'utils/grep')
-rw-r--r-- | utils/grep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/grep/Makefile b/utils/grep/Makefile index 5273231dc..6ee0697c6 100644 --- a/utils/grep/Makefile +++ b/utils/grep/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=grep -PKG_VERSION:=2.25 +PKG_VERSION:=2.26 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/grep -PKG_MD5SUM:=04e96b0e6f0fe6a180ae62c88fcd0af6 +PKG_MD5SUM:=afdd61c7221434722671baf002ac9267 PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=COPYING |