flyctl: Add arm64 architecture (#4305)

* flyctl@0.0.442: Add checksums url for autoupdate

* flyctl@0.0.442: Add arm64 architecture
This commit is contained in:
Aliaksandr Belik 2023-01-04 15:33:17 +03:00 committed by GitHub
parent ab5fddf182
commit f6515e9ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,10 @@
"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": [
@ -21,7 +25,13 @@
"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"
}
}
}