2024-05-08 16:36:41 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.2.50",
"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.50/flyctl_0.2.50_Windows_x86_64.zip",
"hash": "9c895152d4cdfa64f9d6d46ec5ca92b88a44037c0551d3dd8055838cc0805846"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.50/flyctl_0.2.50_Windows_arm64.zip",
"hash": "b53c38eadaeba79fb59979a839b62247743af447613183e0ed77c40c3b78edb6"
}
},
"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"
}
}
}