2023-08-16 20:22:39 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.1.79",
"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.1.79/flyctl_0.1.79_Windows_x86_64.zip",
"hash": "ab7aa7cc01aa698479acc58138f612477586e074df28f6a4322a4e0755b60146"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.79/flyctl_0.1.79_Windows_arm64.zip",
"hash": "7b7c1a706cdbadbf588cb90f8f096b0901e789fe5f35351a9a13a559685b8272"
}
},
"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"
}
}
}