2025-12-25 20:29:27 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.4.0",
"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.4.0/flyctl_0.4.0_Windows_x86_64.zip",
"hash": "dfa222ceccb85abe94e6300ce89e0339482eef77ab4f64dcf0298cf1c48c0148"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.4.0/flyctl_0.4.0_Windows_arm64.zip",
"hash": "193f959b73a356810afa49f66537587bedff3249e3369c269a5d57cb534cc4c2"
}
},
"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"
}
}
}