mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +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", {
|
missingdep("luaexpat", {
|
||||||
["Debian/Ubuntu"] = "sudo apt-get install liblua5.1-expat0";
|
["Debian/Ubuntu"] = "sudo apt-get install liblua5.1-expat0";
|
||||||
["luarocks"] = "luarocks install luaexpat";
|
["luarocks"] = "luarocks install luaexpat";
|
||||||
["Source"] = "http://www.keplerproject.org/luaexpat/";
|
["Source"] = "http://matthewwild.co.uk/projects/luaexpat/";
|
||||||
});
|
});
|
||||||
fatal = true;
|
fatal = true;
|
||||||
end
|
end
|
||||||
|
@ -95,7 +95,7 @@ local function check_dependencies()
|
||||||
missingdep("LuaSec", {
|
missingdep("LuaSec", {
|
||||||
["Debian/Ubuntu"] = "http://prosody.im/download/start#debian_and_ubuntu";
|
["Debian/Ubuntu"] = "http://prosody.im/download/start#debian_and_ubuntu";
|
||||||
["luarocks"] = "luarocks install luasec";
|
["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");
|
}, "SSL/TLS support will not be available");
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue