2023-09-13 00:33:17 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.1.92",
"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.92/flyctl_0.1.92_Windows_x86_64.zip",
"hash": "9b1aef326f934f4d7622cf55bdbe4cd8e96c6e501bff78b011565f1303881996"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.92/flyctl_0.1.92_Windows_arm64.zip",
"hash": "768e8a0604202dff6f699a3a56e5f7e4f372a4c23a68d66d3ad0b94189be19c4"
}
},
"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"
}
}
}