2024-11-19 20:29:28 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.3.39",
"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.3.39/flyctl_0.3.39_Windows_x86_64.zip",
"hash": "0171c93712099bd357221f72cc8e25f7f30c9ec24f087e143bcdee1846ebca21"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.39/flyctl_0.3.39_Windows_arm64.zip",
"hash": "ab207271a81d9fe3a8600f385912825562b97c2d4a27f1991a15a92bb1198b5d"
}
},
"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"
}
}
}