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