diff options
author | Julen Landa Alustiza <julen@zokormazo.info> | 2016-05-16 10:04:28 +0200 |
---|---|---|
committer | Julen Landa Alustiza <julen@zokormazo.info> | 2016-05-16 10:04:28 +0200 |
commit | d0ab71c0289e440d8c0b6b4ee43b4235bfcbeb24 (patch) | |
tree | 7f62b9e89f88fd681782f204e9cddd36a81bf48b /utils/grep | |
parent | 4e61630b85dc67ea25faa21645396a979e832ca1 (diff) |
grep: update to 2.25
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
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 d7a99a52b..5273231dc 100644 --- a/utils/grep/Makefile +++ b/utils/grep/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=grep -PKG_VERSION:=2.24 +PKG_VERSION:=2.25 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/grep -PKG_MD5SUM:=f1c980134c04692a90078e87283074b6 +PKG_MD5SUM:=04e96b0e6f0fe6a180ae62c88fcd0af6 PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=COPYING |