2024-03-14 00:33:06 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.2.18",
"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.2.18/flyctl_0.2.18_Windows_x86_64.zip",
"hash": "640b16eb209e840b0ce221e09c48dd1416bc531cf3d471806769b8a6f760c969"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.18/flyctl_0.2.18_Windows_arm64.zip",
"hash": "b276ac43e4fb5ea9f6dfa9542967b9111e9c864483b81bf23f1a270e77ad67d2"
}
},
"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"
}
}
}