2024-09-16 20:27:59 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.3.4",
"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.3.4/flyctl_0.3.4_Windows_x86_64.zip",
"hash": "4b6e7d0863fc0c5e30a3be168664f8bf34607ef369ce543fb89dbbb54b583ce8"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.4/flyctl_0.3.4_Windows_arm64.zip",
"hash": "59e54bd26c4a293944c903deec22285be95bbde22566b598632e09f64dd4aa76"
}
},
"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"
}
}
}