From 08a4cd5e2697054492df7d5b5dc79a0de564a663 Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 16 Dec 2024 15:53:53 +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 3ccce19..be1aa5c 100755 --- a/main.sh +++ b/main.sh @@ -6,10 +6,10 @@ set -e echo "$PIKA_BUILD_ARCH" > pika-build-arch -VERSION="0.7.1-git" +VERSION="0.7.3" # Clone Upstream -git clone --recurse-submodules https://github.com/hyprwm/hyprpaper +git clone --recurse-submodules https://github.com/hyprwm/hyprpaper -b v"$VERSION" cp -rvf ./debian ./hyprpaper/ cd ./hyprpaper