From: Gustavo Zacarias Date: Fri, 9 Dec 2016 12:48:56 +0000 (-0300) Subject: grep: bump to version 2.27 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eaf99d7de2ba62dd0edb43ec34d9b5407b0abe6a;p=buildroot.git grep: bump to version 2.27 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/grep/grep.hash b/package/grep/grep.hash index 789ceeabf1..326737a2fd 100644 --- a/package/grep/grep.hash +++ b/package/grep/grep.hash @@ -1,2 +1,2 @@ # Locally calculated after checking signature -sha256 246a8fb37e82aa33d495b07c22fdab994c039ab0f818538eac81b01e78636870 grep-2.26.tar.xz +sha256 ad4cc44d23074a1c3a8baae8fbafff2a8c60f38a9a6108f985eef6fbee6dcaeb grep-2.27.tar.xz diff --git a/package/grep/grep.mk b/package/grep/grep.mk index a8e124e416..7615f30bac 100644 --- a/package/grep/grep.mk +++ b/package/grep/grep.mk @@ -4,7 +4,7 @@ # ################################################################################ -GREP_VERSION = 2.26 +GREP_VERSION = 2.27 GREP_SITE = $(BR2_GNU_MIRROR)/grep GREP_SOURCE = grep-$(GREP_VERSION).tar.xz GREP_LICENSE = GPLv3+