ScoopInstaller_Main/bucket/lua-for-windows.json
Jakub Čábera ffa6a88b07 argocd: Update to version 1.8.2
format [l-m]*
2021-01-10 07:31:44 +01:00

25 lines
859 B
JSON

{
"version": "5.1.5-52",
"description": "A 'batteries included environment' for the Lua scripting language on Windows.",
"homepage": "https://github.com/rjpcomputing/luaforwindows",
"license": "MIT,Unknown",
"url": "https://github.com/rjpcomputing/luaforwindows/releases/download/v5.1.5-52/LuaForWindows_v5.1.5-52.exe",
"hash": "c5f96e5183adea82a0f0d25ad0940c7ae50d40c542d2d7331cc887d5fddb4191",
"innosetup": true,
"bin": [
"lua.exe",
"luac.exe",
"luarocks.bat"
],
"env_set": {
"LUA_DEV": "$dir"
},
"checkver": {
"github": "https://github.com/rjpcomputing/luaforwindows",
"regex": "/releases/tag/v([\\d.-]+)"
},
"autoupdate": {
"url": "https://github.com/rjpcomputing/luaforwindows/releases/download/v$version/LuaForWindows_v$version.exe"
}
}