From ea72a8424eae5b79abe6c541beaf643b4d30334b Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 1 May 2024 10:35:57 +0900 Subject: [PATCH] updated hyprlock.sh specific version --- install-scripts/hyprlock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/hyprlock.sh b/install-scripts/hyprlock.sh index cca011a..ce32f16 100755 --- a/install-scripts/hyprlock.sh +++ b/install-scripts/hyprlock.sh @@ -39,7 +39,7 @@ fi # Clone and build hyprlock printf "${NOTE} Installing hyprlock...\n" -if git clone --recursive -b v0.1.8 https://github.com/hyprwm/hyprlock.git; then +if git clone --recursive -b v0.3.0 https://github.com/hyprwm/hyprlock.git; then cd hyprlock || exit 1 cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build cmake --build ./build --config Release --target hyprlock -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`