Diff

util/dependencies.lua @ 449:c0a4a1e63d70

Completely switched to new hashes library from the old md5 library
author Waqas Hussain <waqas20@gmail.com>
date Fri, 28 Nov 2008 01:16:26 +0500
parent 413:4b61529d0884
child 519:cccd610a0ef9
line wrap: on
line diff
--- a/util/dependencies.lua	Fri Nov 28 01:13:34 2008 +0500
+++ b/util/dependencies.lua	Fri Nov 28 01:16:26 2008 +0500
@@ -43,12 +43,4 @@
 end
 
 
-local md5 = softreq "md5";
-
-if not md5 then
-	missingdep("MD5", { ["luarocks"] = "luarocks install md5"; ["Source"] = "http://luaforge.net/frs/?group_id=155" });	
-	fatal = true;
-end
-
-
 if fatal then os.exit(1); end