From: Baruch Siach Date: Mon, 13 Apr 2020 13:09:52 +0000 (+0300) Subject: package/grep: bump to version 3.4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d98c5d9269c19344a4374f24a5429f60c7fa43f0;p=buildroot.git package/grep: bump to version 3.4 Format hash file with two spaces delimiter. Signed-off-by: Baruch Siach Signed-off-by: Yann E. MORIN --- diff --git a/package/grep/grep.hash b/package/grep/grep.hash index 4aa7b4ecb8..47bf550a20 100644 --- a/package/grep/grep.hash +++ b/package/grep/grep.hash @@ -1,5 +1,5 @@ # Locally calculated after checking signature -# http://ftp.gnu.org/gnu/grep/grep-3.3.tar.xz.sig +# http://ftp.gnu.org/gnu/grep/grep-3.4.tar.xz.sig # using key 155D3FC500C834486D1EEA677FD9FCCB000BEEEE -sha256 b960541c499619efd6afe1fa795402e4733c8e11ebf9fafccc0bb4bccdc5b514 grep-3.3.tar.xz -sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 COPYING +sha256 58e6751c41a7c25bfc6e9363a41786cff3ba5709cf11d5ad903cf7cce31cc3fb grep-3.4.tar.xz +sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 COPYING diff --git a/package/grep/grep.mk b/package/grep/grep.mk index cc80553eb9..ef1bbb4487 100644 --- a/package/grep/grep.mk +++ b/package/grep/grep.mk @@ -4,7 +4,7 @@ # ################################################################################ -GREP_VERSION = 3.3 +GREP_VERSION = 3.4 GREP_SITE = $(BR2_GNU_MIRROR)/grep GREP_SOURCE = grep-$(GREP_VERSION).tar.xz GREP_LICENSE = GPL-3.0+