2023-09-20 20:24:36 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.1.97",
"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.97/flyctl_0.1.97_Windows_x86_64.zip",
"hash": "66b3d60c6f840b3dfeeb915d70221c344da8e133cec2c8f5087cef3876b9bb10"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.97/flyctl_0.1.97_Windows_arm64.zip",
"hash": "186fbfd8040b83e7f14d9932b455444c57d1c94c5be771435860f5c23688413d"
}
},
"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"
}
}
}