2023-04-11 00:33:18 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.0.513",
"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.0.513/flyctl_0.0.513_Windows_x86_64.zip",
"hash": "2a1003d6e4af29291cef68082fa64984239653bc434469063a0fbb8011e0e4ee"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.513/flyctl_0.0.513_Windows_arm64.zip",
"hash": "d1d6d66c525263f568b9b66e42a91d9564ff4dbf0cf2993a71873dbb6fc5c99f"
}
},
"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"
}
}
}