2023-03-21 20:27:01 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.0.496",
"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.496/flyctl_0.0.496_Windows_x86_64.zip",
"hash": "bdebe286940f3b4f22cb33b9d284c94d35f75d973ce5f06ea353f71e0659ef5f"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.496/flyctl_0.0.496_Windows_arm64.zip",
"hash": "c0422fbb3d0b95ce5433c0c5e51d47953d21326786dcbf36eec241cd7b7655b7"
}
},
"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"
}
}
}