2023-01-06 00:34:43 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.0.443",
"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.0.443/flyctl_0.0.443_Windows_x86_64.zip",
"hash": "300268490700fbd09c42f1b4362442c148d04abc8df38513828caf2db263ca00"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.443/flyctl_0.0.443_Windows_arm64.zip",
"hash": "d77084f91f552f8f658a9cbd01875c8a89d4e1a0960c02b27bcd86b643ba9e13"
}
},
"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"
}
}
}