2025-09-04 00:36:54 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.3.174",
"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.174/flyctl_0.3.174_Windows_x86_64.zip",
"hash": "21827fb9a2a972b9a7817d1dfe8b824e62a465efa65c4340ceba36f3e66e80c8"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.174/flyctl_0.3.174_Windows_arm64.zip",
"hash": "3001ca03114a226e346b219c9fbc0c45e5cd9f5bfa73d6d7a7ff325a4a669b5f"
}
},
"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"
}
}
}