From b44b4e2864a33e7abe140e8e57943bb86fe399ad Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Mon, 1 Jul 2024 13:57:15 +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 dbc2f22..9842936 100755 --- a/deps.sh +++ b/deps.sh @@ -16,7 +16,7 @@ $TTCTL rocks install luacov 0.13.0 $TTCTL rocks install luacheck 0.26.0 $TTCTL rocks install https://raw.githubusercontent.com/mpeterv/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