2024-04-23 20:25:02 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.2.41",
"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.41/flyctl_0.2.41_Windows_x86_64.zip",
"hash": "97e478d8a01e99e9019c04a678e24c2906d7fe12f745a8228888ff668ea5bb67"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.41/flyctl_0.2.41_Windows_arm64.zip",
"hash": "e072ea81271275cc00b1c7536dd700b044fbdae2d942bf74e6f1481c59105d39"
}
},
"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"
}
}
}