mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-18 17:45:15 +00:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"version": "0.1.88",
|
|
"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.1.88/flyctl_0.1.88_Windows_x86_64.zip",
|
|
"hash": "5ea533e3b69fcc813cb15005fc98a3102d2eeaaf4cb757fdf03744cdbfec9d65"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.88/flyctl_0.1.88_Windows_arm64.zip",
|
|
"hash": "ff978cbf501e418d2403acac47519eb3029915c24c286bf701d6a6890cfc522e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|