2023-04-27 20:27:26 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.0.545",
"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.545/flyctl_0.0.545_Windows_x86_64.zip",
"hash": "1068e40247de2268df34fdfc1f2019d4903370ae45aa345f598bc57736a98be4"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.545/flyctl_0.0.545_Windows_arm64.zip",
"hash": "ad2cda5efe198434b7ec6760978d708f5395166f75482d1aadc7258494b93220"
}
},
"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"
}
}
}