From d63c62a70d3f37cade2c232fcb6d57f869b7c49a Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Sat, 11 Feb 2023 20:16:34 -0700 Subject: [PATCH] Update vttest URL --- recipes/vttest/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/vttest/recipe.sh b/recipes/vttest/recipe.sh index f6a19fcde..004be8969 100644 --- a/recipes/vttest/recipe.sh +++ b/recipes/vttest/recipe.sh @@ -1,5 +1,5 @@ VERSION=20140305 -TAR=http://invisible-island.net/datafiles/release/vttest.tar.gz +TAR="https://invisible-island.net/archives/vttest/vttest-${VERSION}.tgz" function recipe_version { echo "$VERSION" -- GitLab