From 09b3dd84e325afb38d47288cb9dc9801b7fd4fdd Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Tue, 10 Aug 2021 17:32:34 -0600 Subject: [PATCH] Update mesa upstream --- recipes/mesa/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/mesa/recipe.sh b/recipes/mesa/recipe.sh index d93606983..22a33f860 100644 --- a/recipes/mesa/recipe.sh +++ b/recipes/mesa/recipe.sh @@ -1,5 +1,5 @@ GIT=https://gitlab.redox-os.org/redox-os/mesa.git -GIT_UPSTREAM=git://anongit.freedesktop.org/mesa/mesa +GIT_UPSTREAM=https://gitlab.freedesktop.org/mesa/mesa BRANCH=redox BUILD_DEPENDS=(expat zlib) -- GitLab