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