mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
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:
parent
ab5fddf182
commit
f6515e9ceb
@ -7,6 +7,10 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.442/flyctl_0.0.442_Windows_x86_64.zip",
|
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.442/flyctl_0.0.442_Windows_x86_64.zip",
|
||||||
"hash": "e8fe246e8203da280e934f7c34f2ececde75b98403d2636f3d6d162bc336a307"
|
"hash": "e8fe246e8203da280e934f7c34f2ececde75b98403d2636f3d6d162bc336a307"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.442/flyctl_0.0.442_Windows_arm64.zip",
|
||||||
|
"hash": "ed66dea704e70889ee2243a868a63a7d0af51d698181b508d3551de92f046435"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -21,7 +25,13 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/superfly/flyctl/releases/download/v$version/flyctl_$version_Windows_x86_64.zip"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user