lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 8df811161b4f2324945ac0eedeed06021ef4ce56
parent 4e61630b85dc67ea25faa21645396a979e832ca1
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Mon, 16 May 2016 18:07:51 +0300

Merge pull request #2705 from Zokormazo/grep

grep: update to 2.25
Diffstat:
Mutils/grep/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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