2023-05-26 16:27:14 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.1.19",
"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.1.19/flyctl_0.1.19_Windows_x86_64.zip",
"hash": "e0c434646f577ece8d995b9835a303da3638c7451549785e7c505270dbb1f078"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.19/flyctl_0.1.19_Windows_arm64.zip",
"hash": "901dc53cfceb2fc995890d8a45434b1231bec7dc6eb0368315429d0aba5ed62c"
}
},
"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"
}
}
}