2023-10-23 20:23:36 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.1.112",
"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.112/flyctl_0.1.112_Windows_x86_64.zip",
"hash": "9f7c24d0640423d71d1d8b098d75de5f2bfbb6d0658898c17beee713d2052549"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.112/flyctl_0.1.112_Windows_arm64.zip",
"hash": "aa3bf8707fa75f13e5d7ce8492f181178d8056fe66964f6f3c5cec5e5c929cf7"
}
},
"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"
}
}
}