2024-08-28 20:26:33 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.2.123",
"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.123/flyctl_0.2.123_Windows_x86_64.zip",
"hash": "2aaa3c309e51f257a3dd7858d010c8bc335e119e942a2263efde5080dc8423d9"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.123/flyctl_0.2.123_Windows_arm64.zip",
"hash": "615a1d80b92eeecc489a942b43116af3c1a4e51a96dffe5b76215242ae1f9e92"
}
},
"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"
}
}
}