From e7dec18d997b3d05489795c4f70ca4665025e60f Mon Sep 17 00:00:00 2001 From: mattmadeofpasta <mattmadeofpasta@mattmadeofpasta.me> Date: Tue, 24 Oct 2023 21:27:10 +0000 Subject: [PATCH] Download mesa-glu source over https --- recipes/mesa_glu/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/mesa_glu/recipe.sh b/recipes/mesa_glu/recipe.sh index 6624442a7..175759ac4 100644 --- a/recipes/mesa_glu/recipe.sh +++ b/recipes/mesa_glu/recipe.sh @@ -1,5 +1,5 @@ VERSION=9.0.1 -TAR=ftp://ftp.freedesktop.org/pub/mesa/glu/glu-$VERSION.tar.xz +TAR=https://archive.mesa3d.org/glu/glu-$VERSION.tar.xz BUILD_DEPENDS=(mesa) function recipe_version { -- GitLab