Changeset

7766:5594d0caa5a8

util.dependencies: Update links for LuaExpat and LuaSec which have moved to new locations
author Kim Alvefur <zash@zash.se>
date Mon, 05 Dec 2016 21:43:09 +0100
parents 7764:d6b96e42e8e6
children 7767:36bf9ed87ae1
files util/dependencies.lua
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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