2023-04-29 00:33:04 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.0.548",
"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.548/flyctl_0.0.548_Windows_x86_64.zip",
"hash": "a869f66af833d69944c08c8d1a9272d482a3a322da60d3af836bd913c8a4f5c7"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.548/flyctl_0.0.548_Windows_arm64.zip",
"hash": "47d9c3fff7cb29bb89b63c06f774f3c96d957cef9dac7b1de227df5136aa8717"
}
},
"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"
}
}
}