From a780189e40ed487c75bd0bf4a2f422c9327efa35 Mon Sep 17 00:00:00 2001 From: Mr_Purple_666 Date: Sun, 8 Jan 2023 20:57:23 -0300 Subject: [PATCH] Update turnip_builder.sh --- turnip_builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turnip_builder.sh b/turnip_builder.sh index ad251a0..c3be7b1 100644 --- a/turnip_builder.sh +++ b/turnip_builder.sh @@ -46,7 +46,7 @@ unzip android-ndk-r25b-linux.zip &> /dev/null echo "Downloading mesa source (~30 MB) ..." $'\n' -curl https://gitlab.freedesktop.org/mesa/mesa/-/archive/staging/22.3/mesa-staging-22.3.zip --output mesa-main.zip &> /dev/null +curl https://gitlab.freedesktop.org/mesa/mesa/-/archive/main/mesa-main.zip --output mesa-main.zip &> /dev/null ### echo "Exracting mesa source to a folder ..." $'\n' unzip mesa-main.zip &> /dev/null