2024-12-16 20:29:21 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.3.51",
"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.3.51/flyctl_0.3.51_Windows_x86_64.zip",
"hash": "04f91d76a3f6a0ab819a4806643f5a740d692845b01d2d9b03d221a5d8a5cd3a"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.51/flyctl_0.3.51_Windows_arm64.zip",
"hash": "c9597ff9b470f0755301d5415ef154a393cc14a528235f9ce6ddd0fb9d2a9f17"
}
},
"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"
}
}
}