# HG changeset patch # User Kim Alvefur # Date 1480970589 -3600 # Node ID 5594d0caa5a88f9ab790b0befcf1d84ae159c2ec # Parent d6b96e42e8e61fabbb22c1d10ca2c6df592a81c1 util.dependencies: Update links for LuaExpat and LuaSec which have moved to new locations diff -r d6b96e42e8e6 -r 5594d0caa5a8 util/dependencies.lua --- a/util/dependencies.lua Mon Dec 05 12:23:51 2016 +0100 +++ b/util/dependencies.lua Mon Dec 05 21:43:09 2016 +0100 @@ -63,7 +63,7 @@ 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 @@ 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