lune-packaging/package/scoop/lune.json

24 lines
768 B
JSON
Raw Permalink Normal View History

2023-07-30 08:33:35 +01:00
{
2023-11-01 11:06:25 +00:00
"version": "0.7.11",
2023-07-30 08:33:35 +01: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": {
2023-11-01 11:06:25 +00:00
"url": "https://github.com/filiptibell/lune/releases/download/v0.7.11/lune-0.7.11-windows-x86_64.zip",
2023-11-01 11:32:27 +00:00
"hash": "c6c453e73fefedfb11358a7f43251e20b0b34e2a27f97c6a7df038e159e3dc46"
2023-07-30 08:57:41 +01:00
}
2023-07-30 08:33:35 +01:00
},
"bin": "lune.exe",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/filiptibell/lune/releases/download/v$version/lune-$version-windows-x86_64.zip"
}
}
}
}