From 99fd298d4ef907cffe7a7297f4d30e702e6b8dfd Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Sun, 29 Nov 2015 15:10:12 +1100 Subject: [PATCH] Add lua v5.1.4-50 --- lua.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lua.json diff --git a/lua.json b/lua.json new file mode 100644 index 0000000000..4bc7475a13 --- /dev/null +++ b/lua.json @@ -0,0 +1,9 @@ +{ + "version": "v5.1.4-50", + "url": "https://github.com/rjpcomputing/luaforwindows/releases/download/v5.1.4-50/LuaForWindows_v5.1.4-50.exe", + "homepage": "https://github.com/rjpcomputing/luaforwindows", + "hash": "3f4cd812c80b889395d64ecbc3fcb8649b3dc7b17fc173cf3b5346fdc7f9548f", + "innosetup": true, + "bin": ["lua.exe", "luac.exe"], + "depends": ["innounp"] +}