Aliaksandr Belik f6515e9ceb
flyctl: Add arm64 architecture (#4305)
* flyctl@0.0.442: Add checksums url for autoupdate

* flyctl@0.0.442: Add arm64 architecture
2023-01-04 18:03:17 +05:30

38 lines
1.3 KiB
JSON

{
"version": "0.0.442",
"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.442/flyctl_0.0.442_Windows_x86_64.zip",
"hash": "e8fe246e8203da280e934f7c34f2ececde75b98403d2636f3d6d162bc336a307"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.442/flyctl_0.0.442_Windows_arm64.zip",
"hash": "ed66dea704e70889ee2243a868a63a7d0af51d698181b508d3551de92f046435"
}
},
"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"
}
}
}