2023-11-09 16:28:00 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.1.120",
"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.1.120/flyctl_0.1.120_Windows_x86_64.zip",
"hash": "0efbbe9339ebcadb6f0c98a3bf2b02a2d5e7b12a34ccadc06233c05a7f7616fc"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.120/flyctl_0.1.120_Windows_arm64.zip",
"hash": "c989bd3eb4128142735e00da1551f0fec28b1736e3360686c7be9dfe1b5b4adc"
}
},
"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"
}
}
}