From 887c18450788074ea3d88d7f77662d8e389e9b46 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 2 Feb 2025 13:34:35 +0100 Subject: [PATCH] Update main.sh --- main.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.sh b/main.sh index 48d3b38..7609b7f 100755 --- a/main.sh +++ b/main.sh @@ -2,15 +2,15 @@ set -e -VERSION="0.47.1" +VERSION="0.47.2" source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -#git clone --recurse-submodules https://github.com/hyprwm/hyprland -b v0.47.0 -git clone --recurse-submodules https://github.com/hyprwm/hyprland +git clone --recurse-submodules https://github.com/hyprwm/hyprland -b v0.47.2 +#git clone --recurse-submodules https://github.com/hyprwm/hyprland cp -rvf ./debian ./hyprland/ cd ./hyprland