2023-02-06 20:30:10 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.0.453",
"description": "Command line deployment/management client for fly.io services",
"homepage": "https://github.com/superfly/flyctl",
"license": " Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.453/flyctl_0.0.453_Windows_x86_64.zip",
"hash": "9edb831da4e245926f3701c7bc46257a89516e515d1c7568b5e06fd0b043272e"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.453/flyctl_0.0.453_Windows_arm64.zip",
"hash": "92f75028cae15e037121aa1720396f87a98154343c96faae4a5cbb697cca1cdc"
}
},
"bin": [
"flyctl.exe",
[
"flyctl.exe",
"fly"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/superfly/flyctl/releases/download/v$version/flyctl_$version_Windows_x86_64.zip"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v$version/flyctl_$version_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}