lune-packaging/package/scoop/lune.json

23 lines
683 B
JSON

{
"version": "0.10.0",
"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.10.0/lune-0.10.0-windows-x86_64.zip",
"hash": "71f0f3bdda1694712843a4979bd829512fc96c7aa6d95470c6e7b4bb378fd2af"
}
},
"bin": "lune.exe",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/lune-org/lune/releases/download/v$version/lune-$version-windows-x86_64.zip"
}
}
}
}