mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 02:54:48 +00:00
lua: Add version 5.3.5 and srlua (#580)
This commit is contained in:
parent
1e6637471a
commit
63d2a5cf4f
36
bucket/lua.json
Normal file
36
bucket/lua.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"homepage": "http://www.lua.org/",
|
||||
"version": "5.3.5",
|
||||
"license": "MIT",
|
||||
"description": "A powerful, efficient, lightweight, embeddable scripting language",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": [
|
||||
"https://joedf.ahkscript.org/LuaBuilds/hdata/lua-5.3.5_Win64_bin.zip",
|
||||
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
|
||||
],
|
||||
"hash": [
|
||||
"6a039e44a85ea7090d94e4a743ac627080f2d6d7ae1ca8bd3d70d471071cac04",
|
||||
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
|
||||
]
|
||||
},
|
||||
"32bit": {
|
||||
"url": [
|
||||
"https://joedf.ahkscript.org/LuaBuilds/hdata/lua-5.3.5_Win32_bin.zip",
|
||||
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
|
||||
],
|
||||
"hash": [
|
||||
"37afd9078a012e9021669f331fa71e34888833c59888b6758ba180774b7a3de6",
|
||||
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
|
||||
]
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
"lua.exe",
|
||||
"luac.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://joedf.ahkscript.org/LuaBuilds/",
|
||||
"regex": "Lua ([\\d.]+) for Windows"
|
||||
}
|
||||
}
|
||||
36
bucket/srlua.json
Normal file
36
bucket/srlua.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"homepage": "https://github.com/LuaDist/srlua",
|
||||
"version": "5.3.5",
|
||||
"license": "MIT",
|
||||
"description": "A tool for building self-running Lua programs",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": [
|
||||
"https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.3.5_Win64_bin.zip",
|
||||
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
|
||||
],
|
||||
"hash": [
|
||||
"c2bc41a326e2b0e65331be78e91fad08963e52b2cb6a995966ff0f5d5f1c522d",
|
||||
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
|
||||
]
|
||||
},
|
||||
"32bit": {
|
||||
"url": [
|
||||
"https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.3.5_Win32_bin.zip",
|
||||
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
|
||||
],
|
||||
"hash": [
|
||||
"8e95a19fbf57a38f30433317d873556f03e2e1bcc5f471e64f8d6fdfb3c2bc97",
|
||||
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
|
||||
]
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
"srlua.exe",
|
||||
"glue.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://joedf.ahkscript.org/LuaBuilds/",
|
||||
"regex": "Lua ([\\d.]+) for Windows"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user