Skip to content

Commit ed1ac75

Browse files
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
1 parent 5e78c9c commit ed1ac75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $TTCTL rocks install luacov 0.13.0
1717

1818
# cluacov, luacov-coveralls and dependencies
1919
$TTCTL rocks install https://raw.githubusercontent.com/luarocks/cluacov/master/cluacov-scm-1.rockspec
20-
$TTCTL rocks install https://raw.githubusercontent.com/LuaDist/dkjson/master/dkjson-2.5-2.rockspec
20+
$TTCTL rocks install https://luarocks.org/manifests/dhkolf/dkjson-2.8-1.rockspec
2121
$TTCTL rocks install https://raw.githubusercontent.com/keplerproject/luafilesystem/master/luafilesystem-scm-1.rockspec
2222
$TTCTL rocks install https://raw.githubusercontent.com/moteus/lua-path/master/rockspecs/lua-path-scm-0.rockspec
2323

0 commit comments

Comments
 (0)