mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-14 11:21:18 +00:00
28 lines
815 B
JSON
28 lines
815 B
JSON
{
|
|
"version": "0.0.439",
|
|
"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.439/flyctl_0.0.439_Windows_x86_64.zip",
|
|
"hash": "3fa08840d575d5b35aada59b8063b1dd9f98cedbd928bb0339a612f42ea827cb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|