summaryrefslogtreecommitdiffstats
path: root/rules/grep.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2022-11-04 11:14:39 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-11-06 09:23:04 +0100
commit5e43eec8164069641d62b7744b81b34abcd0e2ac (patch)
treee9763abc80f460739336325b0e12f41582f4c006 /rules/grep.make
parent86b75068561fa5fa9e5af6457dc810ff336d6ddf (diff)
downloadptxdist-5e43eec8164069641d62b7744b81b34abcd0e2ac.tar.gz
ptxdist-5e43eec8164069641d62b7744b81b34abcd0e2ac.tar.xz
grep: version bump 3.3 -> 3.8
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 c73da1b04..7c6280a33 100644
--- a/rules/grep.make
+++ b/rules/grep.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GREP) += grep
#
# Paths and names
#
-GREP_VERSION := 3.3
-GREP_MD5 := 05d0718a1b7cc706a4bdf8115363f1ed
+GREP_VERSION := 3.8
+GREP_MD5 := dc6e4d18d4659e6e7552fc4a183c8ac9
GREP := grep-$(GREP_VERSION)
GREP_SUFFIX := tar.xz
GREP_URL := $(call ptx/mirror, GNU, grep/$(GREP).$(GREP_SUFFIX))