From 4e25b065e030daac858932cd4568a45d11f1b503 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Wed, 3 Apr 2024 19:10:19 +0100 Subject: [PATCH] Update main.sh --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 4766ef1..4f7c70f 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-24.0.1 +git clone https://gitlab.freedesktop.org/mesa/mesa -b mesa-24.0.4 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