2024-05-23 12:31:32 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.2.57",
"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.57/flyctl_0.2.57_Windows_x86_64.zip",
"hash": "05cbeb7a9f6e77fae79a070c7b2f4f4c2bfb64f5ce7c208db0cc318c30a65b93"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.57/flyctl_0.2.57_Windows_arm64.zip",
"hash": "8c71ab1bf4b20d189384eb26b7c578df99e3d92ada1b9abc7b38e7f7d2ab80d5"
}
},
"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"
}
}
}