2024-09-29 04:29:28 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.3.12",
"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.12/flyctl_0.3.12_Windows_x86_64.zip",
"hash": "74492858058b6d549a62b265f450c55e8cbf7e9fa19892f3666b0984f3c4c4dd"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.12/flyctl_0.3.12_Windows_arm64.zip",
"hash": "5ec71d7c3531a0b811e63fa8b50f328abaf34780e42bf5a52a44edd546cbbd67"
}
},
"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"
}
}
}