mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.dependencies: Update links for LuaExpat and LuaSec which have moved to new locations
This commit is contained in:
parent
b151bd4d64
commit
1c652e0883
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue