mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 14:01:38 +00:00
27 lines
779 B
JSON
27 lines
779 B
JSON
{
|
|
"version": "0.593",
|
|
"description": "A fast, small, safe, gradually typed embeddable scripting language derived from Lua",
|
|
"homepage": "https://luau-lang.org/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Roblox/luau/releases/download/0.593/luau-windows.zip",
|
|
"hash": "750639d97e24c91d0f017d98a4f6788d642a7690b20114d098eab06859558275"
|
|
}
|
|
},
|
|
"bin": [
|
|
"luau.exe",
|
|
"luau-analyze.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/Roblox/luau"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Roblox/luau/releases/download/$version/luau-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|