mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
27 lines
775 B
JSON
27 lines
775 B
JSON
{
|
|
"version": "696",
|
|
"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/696/luau-windows.zip",
|
|
"hash": "6c6a1f8666b3fdd2a94be4bb649eb4f5bb7571b22d9548384ec6bc5e7e09ac7b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|