diff --git a/src/recipes/default/hook/data/overlay/root/scripts/32.cage.sh b/src/recipes/default/hook/data/overlay/root/scripts/32.cage.sh index c576616..c327537 100644 --- a/src/recipes/default/hook/data/overlay/root/scripts/32.cage.sh +++ b/src/recipes/default/hook/data/overlay/root/scripts/32.cage.sh @@ -1,7 +1,7 @@ name="Cage" patches_dir=0 clone_directory="cage" -clone_command="git clone --depth 1 https://github.com/Hjdskes/cage.git" +clone_command="git clone --branch=v0.1.2.1--depth 1 https://github.com/Hjdskes/cage.git" configure_command="meson build" build_command="ninja -C build install"