mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
23 lines
768 B
JSON
23 lines
768 B
JSON
{
|
|
"version": "0.7.11",
|
|
"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.7.11/lune-0.7.11-windows-x86_64.zip",
|
|
"hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
|
}
|
|
},
|
|
"bin": "lune.exe",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/filiptibell/lune/releases/download/v$version/lune-$version-windows-x86_64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|