From da0691dff420ef0237f0207a3f320977f061d02b Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Wed, 23 Feb 2022 20:47:22 +0100 Subject: [PATCH] grep: bump version --- sys-apps/grep/{grep-3.6.recipe => grep-3.7.recipe} | 4 ++-- .../grep/patches/{grep-3.6.patchset => grep-3.7.patchset} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename sys-apps/grep/{grep-3.6.recipe => grep-3.7.recipe} (95%) rename sys-apps/grep/patches/{grep-3.6.patchset => grep-3.7.patchset} (100%) diff --git a/sys-apps/grep/grep-3.6.recipe b/sys-apps/grep/grep-3.7.recipe similarity index 95% rename from sys-apps/grep/grep-3.6.recipe rename to sys-apps/grep/grep-3.7.recipe index c3f4358d8..2e33e611b 100644 --- a/sys-apps/grep/grep-3.6.recipe +++ b/sys-apps/grep/grep-3.7.recipe @@ -5,9 +5,9 @@ matching lines." HOMEPAGE="https://www.gnu.org/software/grep/" COPYRIGHT="1992-2016 Free Software Foundation, Inc." LICENSE="GNU GPL v3" -REVISION="2" +REVISION="1" SOURCE_URI="http://ftp.gnu.org/gnu/grep/grep-$portVersion.tar.xz" -CHECKSUM_SHA256="667e15e8afe189e93f9f21a7cd3a7b3f776202f417330b248c2ad4f997d9373e" +CHECKSUM_SHA256="5c10da312460aec721984d5d83246d24520ec438dd48d7ab5a05dbc0d6d6823c" PATCHES="grep-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2 ?arm" diff --git a/sys-apps/grep/patches/grep-3.6.patchset b/sys-apps/grep/patches/grep-3.7.patchset similarity index 100% rename from sys-apps/grep/patches/grep-3.6.patchset rename to sys-apps/grep/patches/grep-3.7.patchset