From ed1ac753dea1aa57e504a9a4b1038d2afc4719bb Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Mon, 1 Jul 2024 13:49:44 +0300 Subject: [PATCH] coverage: fix dkjson install dkjson rocks are installed by downloading some author-hosted tar.gz source archives. It seems that 2.5-2 version archive has been removed. (It's not available, yet 2.8-1 is ok.) We also change rockspec source to luarocks in the commit since GitHub repository for dkjson is archived since 2020 [1] while luarocks page is alive and receives new updates [2]. 1. https://github.com/LuaDist/dkjson 2. https://luarocks.org/modules/dhkolf/dkjson --- deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.sh b/deps.sh index 805ecd11..12fa640e 100755 --- a/deps.sh +++ b/deps.sh @@ -17,7 +17,7 @@ $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/LuaDist/dkjson/master/dkjson-2.5-2.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