From 12c52abc18e380d9e143370fbeb1507fef56ba19 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Tue, 27 Feb 2024 13:37:48 +0000 Subject: [PATCH] Update main.sh --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 696dce3..4766ef1 100755 --- a/main.sh +++ b/main.sh @@ -2,7 +2,7 @@ set -e # Clone Upstream -git clone https://gitlab.freedesktop.org/mesa/mesa -b mesa-23.3.0-rc5 +git clone https://gitlab.freedesktop.org/mesa/mesa -b mesa-24.0.1 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