2024-03-15 16:27:36 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.2.19",
"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.19/flyctl_0.2.19_Windows_x86_64.zip",
"hash": "ff9604a60ac247113c5c4116df5033a2bb4faae999c45c23552cd84301df1f9e"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.19/flyctl_0.2.19_Windows_arm64.zip",
"hash": "f54ce206e11b2079b02a69f543db246f925ec3b1999653b2f298e408fea4e301"
}
},
"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"
}
}
}