SereneRuby12 c20e0f049a
Lua@5.4.8-1: Remove troublesome environment variables (#7540)
Remove troublesome environment variables from lua.json
2026-01-15 20:57:16 +11:00

48 lines
1.8 KiB
JSON

{
"version": "5.4.8-1",
"description": "A powerful, efficient, lightweight, embeddable scripting language.",
"homepage": "https://www.lua.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://mirror.msys2.org/mingw/clang64/mingw-w64-clang-x86_64-lua-5.4.8-1-any.pkg.tar.zst",
"hash": "18d6fb9747d174a8707ad875c8c7fa1d7872a42af95beedd6837911a9df9cb82",
"extract_dir": "clang64"
},
"32bit": {
"url": "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-lua-5.4.8-1-any.pkg.tar.zst",
"hash": "ec32a5f32ffa724c5523dc7000057fb45cf89e8a67852157d5e924a3ff440d79",
"extract_dir": "mingw32"
},
"arm64": {
"url": "https://mirror.msys2.org/mingw/clangarm64/mingw-w64-clang-aarch64-lua-5.4.8-1-any.pkg.tar.zst",
"hash": "c644d96a7203443c9500cbdb43fc06a607ad9337562e93f74c439489f5db5870",
"extract_dir": "clangarm64"
}
},
"bin": [
"bin\\lua.exe",
"bin\\luac.exe"
],
"checkver": {
"url": "https://packages.msys2.org/api/search?query=lua&qtype=binpkg",
"jsonpath": "$.results.exact.version"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://mirror.msys2.org/mingw/clang64/mingw-w64-clang-x86_64-lua-$version-any.pkg.tar.zst",
"extract_dir": "clang64"
},
"32bit": {
"url": "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-lua-$version-any.pkg.tar.zst",
"extract_dir": "mingw32"
},
"arm64": {
"url": "https://mirror.msys2.org/mingw/clangarm64/mingw-w64-clang-aarch64-lua-$version-any.pkg.tar.zst",
"extract_dir": "clangarm64"
}
}
}
}