From 1ddce8155fe74887dbb96863bce7529456fe35b0 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott <ian@iandouglasscott.com> Date: Sun, 23 Jul 2017 21:19:29 -0700 Subject: [PATCH] recipe_version for grep --- recipes/gnu-grep/recipe.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes/gnu-grep/recipe.sh b/recipes/gnu-grep/recipe.sh index 5b2122ef9..8a698b758 100644 --- a/recipes/gnu-grep/recipe.sh +++ b/recipes/gnu-grep/recipe.sh @@ -3,6 +3,11 @@ TAR=https://ftp.gnu.org/gnu/grep/grep-$VERSION.tar.xz HOST=x86_64-elf-redox +function recipe_version { + echo "$VERSION" + skip=1 +} + function recipe_update { echo "skipping update" skip=1 -- GitLab