mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-12 22:55:13 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"version": "0.2.127",
|
|
"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.127/flyctl_0.2.127_Windows_x86_64.zip",
|
|
"hash": "12e695c68bf5f6c8dfcfd5c7766541c5e15c0b187b3ac2eb6d35ff11615d6805"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.127/flyctl_0.2.127_Windows_arm64.zip",
|
|
"hash": "0a2f217d25222f638f20b792611d9739d8d49c45b5f07eb8bf7fe9252ac195c6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|