2025-01-22 20:27:56 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.3.67",
"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.67/flyctl_0.3.67_Windows_x86_64.zip",
"hash": "57b084434b178b8bc82c2eb1c99f57122d69f368b59523b6c76225478035a954"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.67/flyctl_0.3.67_Windows_arm64.zip",
"hash": "58d57ad45e152c465c9719f06ff7a3760a2baf726240ad4d195f26b19d22f886"
}
},
"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"
}
}
}