From 0c47839c2c8f2cd3f5f990bda07e1c54bea5feed Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Thu, 22 Nov 2018 19:51:15 -0700 Subject: [PATCH] Add gawk upstream --- recipes/gawk/recipe.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/gawk/recipe.sh b/recipes/gawk/recipe.sh index 9d52945e1..a51420562 100644 --- a/recipes/gawk/recipe.sh +++ b/recipes/gawk/recipe.sh @@ -1,4 +1,5 @@ -GIT=https://gitlab.redox-os.org/redox-os/gawk +GIT=https://gitlab.redox-os.org/redox-os/gawk.git +GIT_UPSTREAM=https://git.savannah.gnu.org/git/gawk.git BRANCH=redox function recipe_update { -- GitLab