mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
27 lines
779 B
JSON
27 lines
779 B
JSON
{
|
|
"version": "0.667",
|
|
"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.667/luau-windows.zip",
|
|
"hash": "05a8aa9dbc551f2663438e4884851f8ec511cae8de7bc28a4305e04e8d0166ce"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|