diff --git a/docs/source/install_luadocumentor_in_docker.sh b/docs/source/install_luadocumentor_in_docker.sh index 4c2eca7265..5d37a37351 100755 --- a/docs/source/install_luadocumentor_in_docker.sh +++ b/docs/source/install_luadocumentor_in_docker.sh @@ -8,6 +8,7 @@ fi echo "Install lua 5.1" cd ~ curl -R -O https://gitlab.com/OpenMW/openmw-deps/-/raw/main/lua/lua-5.1.5.tar.gz +echo "2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333 lua-5.1.5.tar.gz" | sha256sum -c tar -zxf lua-5.1.5.tar.gz rm lua-5.1.5.tar.gz cd lua-5.1.5/ @@ -18,6 +19,7 @@ PATH=$PATH:~/lua-5.1.5/src echo "Install luarocks" luarocksV="3.9.2" wget https://gitlab.com/OpenMW/openmw-deps/-/raw/main/lua/luarocks-$luarocksV.tar.gz +echo "bca6e4ecc02c203e070acdb5f586045d45c078896f6236eb46aa33ccd9b94edb luarocks-$luarocksV.tar.gz" | sha256sum -c tar zxpf luarocks-$luarocksV.tar.gz rm luarocks-$luarocksV.tar.gz cd luarocks-$luarocksV/