From e0e21936fe66edc8b6ee7276cccb6a8d6ec0aa6b Mon Sep 17 00:00:00 2001 From: EliasTheGrandMasterOfMistakes <149844945+EliasTheGrandMasterOfMistakes@users.noreply.github.com> Date: Fri, 2 Aug 2024 02:21:09 +0000 Subject: [PATCH] scripts: fix: Change to Zip archive --- turnip_builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turnip_builder.sh b/turnip_builder.sh index af67d8e..ced390b 100644 --- a/turnip_builder.sh +++ b/turnip_builder.sh @@ -8,7 +8,7 @@ workdir="$(pwd)/turnip_workdir" magiskdir="$workdir/turnip_module" ndkver="android-ndk-r27-beta2" sdkver="31" -mesasrc="https://gitlab.freedesktop.org/mesa/mesa/-/archive/main/mesa-main.tar.gz" +mesasrc="https://gitlab.freedesktop.org/mesa/mesa/-/archive/main/mesa-main.zip" clear # there are 4 functions here, simply comment to disable.