2024-02-08 20:23:30 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.1.148",
"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.148/flyctl_0.1.148_Windows_x86_64.zip",
"hash": "5581719c3856a4cf8fdb7859e81ab3fbedfe976e5a8b8142c82cf9f3979fc66e"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.148/flyctl_0.1.148_Windows_arm64.zip",
"hash": "a71f8316c4a04abac2b17d9c141216d688aa95ffa7e4dedb73f54dd35524fa26"
}
},
"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"
}
}
}