util.dependencies: Update links for LuaExpat and LuaSec which have moved to new locations

This commit is contained in:
Kim Alvefur 2016-12-05 21:43:09 +01:00
parent b151bd4d64
commit 1c652e0883

View file

@ -63,7 +63,7 @@ local function check_dependencies()
missingdep("luaexpat", {
["Debian/Ubuntu"] = "sudo apt-get install liblua5.1-expat0";
["luarocks"] = "luarocks install luaexpat";
["Source"] = "http://www.keplerproject.org/luaexpat/";
["Source"] = "http://matthewwild.co.uk/projects/luaexpat/";
});
fatal = true;
end
@ -95,7 +95,7 @@ local function check_dependencies()
missingdep("LuaSec", {
["Debian/Ubuntu"] = "http://prosody.im/download/start#debian_and_ubuntu";
["luarocks"] = "luarocks install luasec";
["Source"] = "http://www.inf.puc-rio.br/~brunoos/luasec/";
["Source"] = "https://github.com/brunoos/luasec";
}, "SSL/TLS support will not be available");
end