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