2023-06-27 04:29:09 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.1.41",
"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.41/flyctl_0.1.41_Windows_x86_64.zip",
"hash": "c9fdf7a573effe37915e6814ac866ad134a756d8729dbaec6f66399a6682ed6e"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.41/flyctl_0.1.41_Windows_arm64.zip",
"hash": "7706597dfe1be1d6f7cf04d688be5b303eea03fd1d13faa1247cf31c66f97abe"
}
},
"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"
}
}
}