2023-08-22 20:23:53 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.1.82",
"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.82/flyctl_0.1.82_Windows_x86_64.zip",
"hash": "fc7dce8f4bc2fd1df22a39c52fcfdaca0b5b00f4d095bddf44e2328af4ea91ba"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.82/flyctl_0.1.82_Windows_arm64.zip",
"hash": "3f1b5f27ff67c9401b15ad9062c9e76e9ad6648efe95919ffa27d685ed8f2cc2"
}
},
"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"
}
}
}