2023-05-15 16:28:12 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.1.4",
"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.4/flyctl_0.1.4_Windows_x86_64.zip",
"hash": "d70f1fce74a9f25e41b2143220c442fdbbc96d7e919ed5bd2332b6c189beb85f"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.4/flyctl_0.1.4_Windows_arm64.zip",
"hash": "4069b83e3967b629666dbd74b452262656c50db85f302eaa35896c7715e57680"
}
},
"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"
}
}
}