From 3a0c8ffbf2faf046e7f1ee9588dd293c1c658c6f Mon Sep 17 00:00:00 2001 From: ferreo Date: Tue, 19 Nov 2024 21:00:47 +0100 Subject: [PATCH] Update main.sh --- main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index fca6d97..1f577ee 100755 --- a/main.sh +++ b/main.sh @@ -2,7 +2,7 @@ set -e -VERSION="3.14.24" +VERSION="3.15.14" source ./pika-build-config.sh @@ -12,7 +12,7 @@ echo "$PIKA_BUILD_ARCH" > pika-build-arch git clone --recurse-submodules https://github.com/Plagman/gamescope cp -rvf ./debian ./gamescope/ cd ./gamescope -git reset --hard 7ae5e0d2a75de06e267c47ca3cd3cddedd1d7416 +git reset --hard b2505fe4dac917aadd1ab05473d863830a7b5859 for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 -i ../patches/$i || echo "Applying Patch $i Failed!"; done # Get build deps