2024-05-29 16:28:33 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.2.62",
"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.2.62/flyctl_0.2.62_Windows_x86_64.zip",
"hash": "5f9eaef9c6e88a72ad4c24fa9722b973d93d6b86b56dc9247898e66af3f307b8"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.62/flyctl_0.2.62_Windows_arm64.zip",
"hash": "1b140d030b46b941cd14bb218f8cf264eb667d37331c5b32b3e95321e307fb4e"
}
},
"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"
}
}
}