mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
27 lines
779 B
JSON
27 lines
779 B
JSON
{
|
|
"version": "0.622",
|
|
"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.622/luau-windows.zip",
|
|
"hash": "c972d22b6a398e9e83f04fc4c8d5a7b0895dc719db7881d4c20eca3f9c506426"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|