2024-09-09 20:27:34 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.2.126",
"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.126/flyctl_0.2.126_Windows_x86_64.zip",
"hash": "2c3ee6963ce0fafb877a746e2609b376b6cf2064ca98ab5a2c8b5cf664577eec"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.126/flyctl_0.2.126_Windows_arm64.zip",
"hash": "6a874fc863b3802a8ff6e43f3740bba6b48eb83cb3fab6e5b1df601cabd2b9a7"
}
},
"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"
}
}
}