crun: update to use SOURCE_VERSION for submodule download
authorChristian Marangi <redacted>
Wed, 5 Mar 2025 14:18:46 +0000 (15:18 +0100)
committerTianling Shen <redacted>
Sun, 6 Apr 2025 00:44:43 +0000 (08:44 +0800)
commit47fcb8018c94af91c7859ed72091778653376000
tree038c2e110d20e7ac494895563e86aeefa8f327d9
parent3b68d2b60d754b93f90af1d7b557cb1361fe6f3c
crun: update to use SOURCE_VERSION for submodule download

Commit 9fc79e2e2622 ("download: don't overwrite VERSION variable")
changed the variable for direct download call from VERSION to
SOURCE_VERSION.

This cause the dl_github_archive script to pass empty value for
--version arg making it always clone HEAD.

Correctly update the variable to SOURCE_VERSION to actually clone the
expected commit HASH.

Signed-off-by: Christian Marangi <redacted>
utils/crun/Makefile
git clone https://git.99rst.org/PROJECT