2025-06-03 20:31:00 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.3.138",
"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.138/flyctl_0.3.138_Windows_x86_64.zip",
"hash": "10526f7acf92c8907ee23ff43cfb64b51bc6f4dcd06c0feed0774682994d191e"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.138/flyctl_0.3.138_Windows_arm64.zip",
"hash": "2a6f7f82835ae499ac53921d7cea3c2260070170bf3264ea118c4e715f98ac44"
}
},
"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"
}
}
}