2023-11-15 16:28:12 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.1.123",
"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.123/flyctl_0.1.123_Windows_x86_64.zip",
"hash": "4df3b0b64937b9e7b00af99665d8e5a086ba8c724fd4d5bf699b51ac53e3b63a"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.123/flyctl_0.1.123_Windows_arm64.zip",
"hash": "069d66ecf06056b050d483de7106566150f541bc783b9df2fecb51fce463c157"
}
},
"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"
}
}
}