util.dependencies: Update links for LuaExpat and LuaSec which have moved to new locations
authorKim Alvefur <zash@zash.se>
Mon, 05 Dec 2016 21:43:09 +0100
changeset 7769 5594d0caa5a8
parent 7767 d6b96e42e8e6
child 7770 36bf9ed87ae1
util.dependencies: Update links for LuaExpat and LuaSec which have moved to new locations
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