lune-packaging/package/scoop/lune.json

24 lines
680 B
JSON
Raw Permalink Normal View History

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