lune-packaging/package/scoop/lune.json

24 lines
680 B
JSON
Raw Normal View History

2023-07-30 08:33:35 +01:00
{
2024-08-22 21:07:44 +01:00
"version": "0.8.8",
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-08-22 21:07:44 +01:00
"url": "https://github.com/lune-org/lune/releases/download/v0.8.8/lune-0.8.8-windows-x86_64.zip",
"hash": "f1b4a4bad531c20885a3556444767b66637cb40b9b6ddaa5f779f5f7eab1c84e"
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
}