lune-packaging/package/scoop/lune.json

23 lines
680 B
JSON

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