mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-18 17:45:15 +00:00
28 lines
815 B
JSON
28 lines
815 B
JSON
{
|
|
"version": "0.0.430",
|
|
"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.430/flyctl_0.0.430_Windows_x86_64.zip",
|
|
"hash": "b1e2041152838e842b3d7bde926b3c3e6ad90f2a9b73a7a74134e16ca79b1d7d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|