summaryrefslogtreecommitdiffstats
path: root/rules/grep.make
diff options
context:
space:
mode:
authorLars Pedersen <lapeddk@gmail.com>2019-07-24 10:23:12 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-08-08 09:51:57 +0200
commit049d19134afaa516c8eb757567dd021aa50acd94 (patch)
treea6a8fdba2bdd43a1f3681c07ef84c6e2c66e7398 /rules/grep.make
parentc0e805257b2e2cf2f4a8d4f7b2895d002d078ff2 (diff)
downloadptxdist-049d19134afaa516c8eb757567dd021aa50acd94.tar.gz
ptxdist-049d19134afaa516c8eb757567dd021aa50acd94.tar.xz
grep: version bump 2.26 -> 3.3
No new configure options Signed-off-by: Lars Pedersen <lapeddk@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/grep.make')
-rw-r--r--rules/grep.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/grep.make b/rules/grep.make
index 6e6a78416..c73da1b04 100644
--- a/rules/grep.make
+++ b/rules/grep.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GREP) += grep
#
# Paths and names
#
-GREP_VERSION := 2.26
-GREP_MD5 := afdd61c7221434722671baf002ac9267
+GREP_VERSION := 3.3
+GREP_MD5 := 05d0718a1b7cc706a4bdf8115363f1ed
GREP := grep-$(GREP_VERSION)
GREP_SUFFIX := tar.xz
GREP_URL := $(call ptx/mirror, GNU, grep/$(GREP).$(GREP_SUFFIX))