2024-02-28 00:33:10 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.2.11",
"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.2.11/flyctl_0.2.11_Windows_x86_64.zip",
"hash": "a0ad337b54adacd2652425d0b5060c245591905e3aa284846a5ae63753d72e35"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.11/flyctl_0.2.11_Windows_arm64.zip",
"hash": "6697868e533c25f4dd7cad44c31956414b60f53dcfabb134d1507843e43e152b"
}
},
"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"
}
}
}