2023-04-28 16:26:43 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.0.547",
"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.547/flyctl_0.0.547_Windows_x86_64.zip",
"hash": "780195edfc809eed9725d0d5194985b065aa18d6445da9f52db27957c7941b37"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.547/flyctl_0.0.547_Windows_arm64.zip",
"hash": "a00cd7b6b75f9ea0595a5c12987fe265aa819f60485840e82f07911ca2ce6c51"
}
},
"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"
}
}
}