2024-10-04 00:34:43 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.3.15",
"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.3.15/flyctl_0.3.15_Windows_x86_64.zip",
"hash": "e1e178f093ccd01cd1a1704243e4c4c2dc89758fc9b9b6571f58e26d52938799"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.15/flyctl_0.3.15_Windows_arm64.zip",
"hash": "28db45ef1da28e34dcb87b7ca2206006b895e1f218f2845171f4db3ddbfa0f3e"
}
},
"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"
}
}
}