2023-09-23 00:32:43 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.1.101",
"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.101/flyctl_0.1.101_Windows_x86_64.zip",
"hash": "f69e12a24dcbffad2647ddfe7714c2411ed1556a3073c790b58f06cff5d54c70"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.101/flyctl_0.1.101_Windows_arm64.zip",
"hash": "830610452901cf6db1dd8225e40cc777418774ee6d011bc10d70cb9862b08630"
}
},
"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"
}
}
}