2023-07-30 08:33:35 +01:00
|
|
|
{
|
2024-03-12 10:15:57 +00:00
|
|
|
"version": "0.8.1",
|
|
|
|
"description": "A standalone Luau script runtime",
|
|
|
|
"homepage": "https://lune-org.github.io/docs",
|
|
|
|
"license": {
|
|
|
|
"identifier": "MPL2",
|
|
|
|
"url": "https://github.com/filiptibell/lune/blob/main/LICENSE.txt"
|
|
|
|
},
|
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
|
|
|
"url": "https://github.com/filiptibell/lune/releases/download/v0.8.0/lune-0.8.0-windows-x86_64.zip",
|
|
|
|
"hash": "efb4c009ac652703cec91df8fc2865ff34daa6941abd1f5b37f99b71be2492d6"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"bin": "lune.exe",
|
|
|
|
"autoupdate": {
|
2023-07-30 08:33:35 +01:00
|
|
|
"architecture": {
|
2024-03-12 10:15:57 +00:00
|
|
|
"64bit": {
|
|
|
|
"url": "https://github.com/filiptibell/lune/releases/download/v$version/lune-$version-windows-x86_64.zip"
|
|
|
|
}
|
2023-07-30 08:33:35 +01:00
|
|
|
}
|
2024-03-12 10:15:57 +00:00
|
|
|
}
|
2023-07-30 08:33:35 +01:00
|
|
|
}
|