2023-07-05 12:31:58 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.1.49",
"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.49/flyctl_0.1.49_Windows_x86_64.zip",
"hash": "a6d6b0a7b938249ddaec167bad8c49c2466108155e26effd308cd35eff883cb1"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.49/flyctl_0.1.49_Windows_arm64.zip",
"hash": "d41be39d2e20cdc77a34356b5faa2fefc74b9b45f6fde4bdd24fd423ee274a84"
}
},
"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"
}
}
}