2023-03-14 16:31:40 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.0.487",
"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.487/flyctl_0.0.487_Windows_x86_64.zip",
"hash": "404e4729439d4ca2031de8fbbb440242eb52338381ffc1c656f4226ab07b7e76"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.487/flyctl_0.0.487_Windows_arm64.zip",
"hash": "3f7f753c9225491de20985229a6e8d10b35161e27f8da9fe9daea65389d3456a"
}
},
"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"
}
}
}