From 7bff03a0d2b2bff20a2b71f6a4137f823a1bb40d Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:38:56 +0300 Subject: [PATCH] Update main32.sh --- main32.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main32.sh b/main32.sh index 030c1bb..696dce3 100755 --- a/main32.sh +++ b/main32.sh @@ -2,7 +2,7 @@ set -e # Clone Upstream -git clone https://gitlab.freedesktop.org/mesa/mesa -b mesa-23.2.1 +git clone https://gitlab.freedesktop.org/mesa/mesa -b mesa-23.3.0-rc5 cp -rvf ./debian ./mesa/ cd ./mesa for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 -i ../patches/$i || bash -c "echo "Applying Patch $i Failed!" && exit 2"; done