From b4198e1590cc948b2d565e5183ff976bcd354953 Mon Sep 17 00:00:00 2001 From: Alexander Turenko Date: Wed, 28 Aug 2024 13:24:32 +0300 Subject: [PATCH] coverage: fix cluacov rockspec URI See https://github.com/luarocks/cluacov/commit/0e53349a69dd9d7cab32705800a897992a39f43f --- deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.sh b/deps.sh index 5422a209..06025176 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/luarocks/cluacov/master/cluacov-scm-1.rockspec +$TTCTL rocks install https://raw.githubusercontent.com/luarocks/cluacov/master/cluacov-dev-1.rockspec $TTCTL rocks install https://luarocks.org/manifests/dhkolf/dkjson-2.8-1.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