lune-packaging/package/scoop/lune.json

24 lines
765 B
JSON
Raw Normal View History

2023-07-30 08:33:35 +01:00
{
2023-10-06 06:27:48 +01:00
"version": "0.7.8",
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-10-06 06:27:48 +01:00
"url": "https://github.com/filiptibell/lune/releases/download/v0.7.8/lune-0.7.8-windows-x86_64.zip",
2023-08-24 11:36:55 +01:00
"hash": "d689927ce81416e3eeb87133517b4098601e5fcaff106aba27ab41636175f556"
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"
}
}
}
}