From 39c61337ed9ef4648a75f7a516cb40497ef7e523 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Tue, 9 Apr 2019 17:59:37 -0600 Subject: [PATCH] Add upstream openssl git --- recipes/openssl/recipe.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/openssl/recipe.sh b/recipes/openssl/recipe.sh index 6e598a0f0..b51b66809 100644 --- a/recipes/openssl/recipe.sh +++ b/recipes/openssl/recipe.sh @@ -1,5 +1,6 @@ GIT=https://gitlab.redox-os.org/redox-os/openssl.git BRANCH=redox +GIT_UPSTREAM=https://github.com/openssl/openssl.git function recipe_version { printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" -- GitLab