-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsrlua.json
46 lines (46 loc) · 1.61 KB
/
srlua.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"version": "5.4.7",
"description": "A tool for building self-running Lua programs",
"homepage": "https://github.com/LuaDist/srlua",
"license": "MIT",
"architecture": {
"64bit": {
"url": [
"https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.4.7_Win64_bin.zip",
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
],
"hash": [
"89d2a8d1dcf4241d135afb379f6cc4e9c6335a174e8cad4021fc43552cfb2401",
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
]
},
"32bit": {
"url": [
"https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.4.7_Win32_bin.zip",
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
],
"hash": [
"8f96525f4095f5423ef9c3182b7af34650591fcceb13869e71c31437ae3ea38b",
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
]
}
},
"bin": [
"srlua.exe",
"srglue.exe"
],
"checkver": {
"url": "https://joedf.ahkscript.org/LuaBuilds/",
"regex": "Lua ([\\d.]+(-[\\w]+)?)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-$version_Win64_bin.zip"
},
"32bit": {
"url": "https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-$version_Win32_bin.zip"
}
}
}
}