Update main.sh

This commit is contained in:
ferreo 2025-01-27 13:46:39 +01:00
parent 2fad87d93a
commit d9662f5975

@ -6,10 +6,10 @@ set -e
echo "$PIKA_BUILD_ARCH" > pika-build-arch
VERSION="0.5.0-git"
VERSION="0.6.2"
# Clone Upstream
git clone --recurse-submodules https://github.com/hyprwm/hyprlock
git clone --recurse-submodules https://github.com/hyprwm/hyprlock -b v0.6.2
cp -rvf ./debian ./hyprlock/
cd ./hyprlock