2024-06-10 20:25:41 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.2.68",
"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.68/flyctl_0.2.68_Windows_x86_64.zip",
"hash": "0402251903fad4038f1914ce7f5354f258a64ab9070ae581d436e204198c0118"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.68/flyctl_0.2.68_Windows_arm64.zip",
"hash": "dacc669029d01527dc77fe2c7f40a4e30d5217649583c2d99f599993f1197f5b"
}
},
"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"
}
}
}