2023-01-12 20:26:59 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.0.447",
"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.447/flyctl_0.0.447_Windows_x86_64.zip",
"hash": "d3c85ec6385ebfb9841c66b2b01e7cad544e3fc39f35867ea9e0179ca2806888"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.447/flyctl_0.0.447_Windows_arm64.zip",
"hash": "1c5222719ed41f506901565825635c84a2760079912163c8cf3cb4590c3cdf3b"
}
},
"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"
}
}
}