From 6db7f1fc39d84155545ac48dcc7b2e1b05e186d6 Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 27 Jan 2025 14:15:15 +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 6aa39c0..a407001 100755 --- a/main.sh +++ b/main.sh @@ -2,14 +2,14 @@ set -e -VERSION="0.46.2git" +VERSION="0.47.0" source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone --recurse-submodules https://github.com/hyprwm/hyprland +git clone --recurse-submodules https://github.com/hyprwm/hyprland -b v0.47.0 cp -rvf ./debian ./hyprland/ cd ./hyprland