2024-02-13 20:25:01 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.2.1",
"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.1/flyctl_0.2.1_Windows_x86_64.zip",
"hash": "881f27147c57984060a2a576f947de5b655a81b32a3ce3a1bb0b3a642141ee4b"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.1/flyctl_0.2.1_Windows_arm64.zip",
"hash": "a193ed3ee1df7bb11971631d110debd10bd03b5405d113c465018622fa9c1be6"
}
},
"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"
}
}
}