mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 22:14:30 +00:00
28 lines
815 B
JSON
28 lines
815 B
JSON
{
|
|
"version": "0.0.362",
|
|
"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.362/flyctl_0.0.362_Windows_x86_64.zip",
|
|
"hash": "0ad5201c90049af6533df90c3be9315e4142b0ffc8cde4973e2b8c62ce765a3f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|