2025-02-12 20:28:20 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.3.78",
"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.78/flyctl_0.3.78_Windows_x86_64.zip",
"hash": "2b2116f69dd5c1c9fb08230e5319baa92a2fa7e1ecb96b53474fc5b9e15e21fd"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.78/flyctl_0.3.78_Windows_arm64.zip",
"hash": "5efec5419bd49f4ebec8dc0b879f89fb6d7e19a2b6fb2cc17658f07ed20aaa4d"
}
},
"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"
}
}
}