mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
47 lines
1.6 KiB
JSON
47 lines
1.6 KiB
JSON
{
|
|
"version": "5.4.1",
|
|
"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.1_Win64_bin.zip",
|
|
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
|
|
],
|
|
"hash": [
|
|
"b76d9f41ae6962aea5e53afa456b708d2443e98a57dae92ddb343e1051a1fa7a",
|
|
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.4.1_Win32_bin.zip",
|
|
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
|
|
],
|
|
"hash": [
|
|
"ea442c1faf2e5e5ab49989f4d11635715a3d8626594bc2f57bb52c1d773bbc2d",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|