From cd4d45789962e1f150fd64deb73f64122af76627 Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Thu, 16 May 2024 11:16:28 +0300 Subject: [PATCH] test: bump cluacov Bump cluacov version used for tests. New version should include fix for running tests on ARM. Closes #211 --- deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.sh b/deps.sh index c3ab0d13..805ecd11 100755 --- a/deps.sh +++ b/deps.sh @@ -16,7 +16,7 @@ $TTCTL rocks install luacheck 0.25.0 $TTCTL rocks install luacov 0.13.0 # cluacov, luacov-coveralls and dependencies -$TTCTL rocks install https://raw.githubusercontent.com/mpeterv/cluacov/master/cluacov-scm-1.rockspec +$TTCTL rocks install https://raw.githubusercontent.com/luarocks/cluacov/master/cluacov-scm-1.rockspec $TTCTL rocks install https://raw.githubusercontent.com/LuaDist/dkjson/master/dkjson-2.5-2.rockspec $TTCTL rocks install https://raw.githubusercontent.com/keplerproject/luafilesystem/master/luafilesystem-scm-1.rockspec $TTCTL rocks install https://raw.githubusercontent.com/moteus/lua-path/master/rockspecs/lua-path-scm-0.rockspec