lune-packaging/package/scoop/lune.json

24 lines
689 B
JSON
Raw Normal View History

2023-07-30 08:33:35 +01:00
{
2024-04-16 10:54:07 +01:00
"version": "0.8.3",
2024-03-12 10:15:57 +00:00
"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": {
2024-04-16 10:54:07 +01:00
"url": "https://github.com/filiptibell/lune/releases/download/v0.8.3/lune-0.8.3-windows-x86_64.zip",
"hash": "cf7f3a8e08759d4d66e414f159f574f8fe477409963984bebc1a8bb677259cc2"
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": {
"url": "https://github.com/filiptibell/lune/releases/download/v$version/lune-$version-windows-x86_64.zip"
}
2023-07-30 08:33:35 +01:00
}
2024-03-12 10:15:57 +00:00
}
2023-07-30 08:33:35 +01:00
}