2023-05-01 16:27:14 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.0.549",
"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.549/flyctl_0.0.549_Windows_x86_64.zip",
"hash": "872be78db61834cfc0387b0b93f73e7ee170bad45fa6d535dcbc2ca3c5938724"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.549/flyctl_0.0.549_Windows_arm64.zip",
"hash": "e403800d0910b90ad3c12ab58dc6dbcdada3cdd43b63fb2b3d79e473c94d791b"
}
},
"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"
}
}
}