2025-03-18 20:27:41 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.3.90",
"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.90/flyctl_0.3.90_Windows_x86_64.zip",
"hash": "61e4e52bec86253f98bbbe813d10435059a067069574e6728eba6e569939df1a"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.90/flyctl_0.3.90_Windows_arm64.zip",
"hash": "894105931b1c19ae9fb77bed5781392abf9c51caa4ec34927e12ae54a33c5fbb"
}
},
"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"
}
}
}