lune-packaging/package/scoop/lune.json

23 lines
680 B
JSON

{
"version": "0.8.8",
"description": "A standalone Luau script runtime",
"homepage": "https://lune-org.github.io/docs",
"license": {
"identifier": "MPL2",
"url": "https://github.com/lune-org/lune/blob/main/LICENSE.txt"
},
"architecture": {
"64bit": {
"url": "https://github.com/lune-org/lune/releases/download/v0.8.8/lune-0.8.8-windows-x86_64.zip",
"hash": "f1b4a4bad531c20885a3556444767b66637cb40b9b6ddaa5f779f5f7eab1c84e"
}
},
"bin": "lune.exe",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/lune-org/lune/releases/download/v$version/lune-$version-windows-x86_64.zip"
}
}
}
}